Skip to content

Instantly share code, notes, and snippets.

@michaelos02
Created March 28, 2019 14:57
Show Gist options
  • Save michaelos02/002dbce24330d31edd2af0efe41ee61c to your computer and use it in GitHub Desktop.
Save michaelos02/002dbce24330d31edd2af0efe41ee61c to your computer and use it in GitHub Desktop.
Tutoairla
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div class="trans">What?</div>
<h1>cool beans</h1>
<h2>
<p class="trans">Ok now what</p>
</h2>
<h2>this is h2</h2>
</body>
</html>
document.getElementsByTagName("h1")[0].style.fontSize = "80px";
$blue: #a3d5d3;
body {
background-color: $blue;
}
.trans{
color:red;
font-family: sans-serif;
font-size: 36px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment