Created
November 12, 2015 19:42
-
-
Save fedorenkodev/059889abde91eeb655f2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
<head> | |
<title>Испытание: строим сетку</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div class="top-wrapper"> | |
<div class="layot-positioner"> | |
<div class="header">Header</div> | |
</div> | |
<div class="menu">Menu</div> | |
<div class="layot-positioner clearfix"> | |
<div class="promo1">Promo 1</div> | |
<div class="promo2">Promo 2</div> | |
</div> | |
</div> | |
<div class="layot-positioner clearfix"> | |
<div class="left">Left</div> | |
<div class="main">Main</div> | |
<div class="right">Right</div> | |
</div> | |
<div class="footer">Footer</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment