Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Last active August 29, 2015 14:05
Show Gist options
  • Save ZakharDay/e4afc5eaf3a6148f6626 to your computer and use it in GitHub Desktop.
Save ZakharDay/e4afc5eaf3a6148f6626 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!-- Don't copy me dude! -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<!--<link rel="stylesheet" href="reset.css">-->
<!-- TODO Don't forget to add SEO -->
<style>
/* TODO Move styles to CSS file */
/*body {*/
/* background-color: steelblue;*/
/* color: white;*/
/* font-family: "HelveticaNeue-Light", Arial, sans-serif;*/
/*}*/
h1, h2, h3, h4, h5, h6, p {
font-weight: normal;
/*background-color: black;*/
}
section {
margin: 100px;
border: 10px solid white;
padding: 100px;
background-color: green;
}
</style>
</head>
<body>
<!-- TODO Don't forget uncomment this before release -->
<!-- <section>
<h1>Hello World</h1>
<h2>Hello World</h2>
<h3>Hello World</h3>
<h4>Hello World</h4>
<h5>Hello World</h5>
<h6>Hello World</h6>
<p>Здравствуй мир</p>
</section> -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment