Last active
August 29, 2015 14:21
-
-
Save ZakharDay/9199a539e0c55a6b5274 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Дом Наркомфина</title> | |
<link rel="stylesheet" href="../stylesheets/reset.css"> | |
<link rel="stylesheet" href="../stylesheets/reset-links.css"> | |
<link rel="stylesheet" href="../stylesheets/positioning.css"> | |
</head> | |
<body> | |
<!-- section#welcomeScreen --> | |
<section id="welcomeScreen"> | |
<h1>Welcome Screen</h1> | |
</section> | |
<!-- section#absolute --> | |
<section id="absolute"> | |
<header>I'm Absolute Header</header> | |
<h1>Nothing Is Here</h1> | |
</section> | |
<!-- section#relative --> | |
<section id="relative"> | |
<header>I'm Header</header> | |
<footer>I'm Footer</footer> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment