Created
November 19, 2015 17:13
-
-
Save vitqst/31efd9fc892121df6fbb 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
<!--thẻ meta bắt buộc phải có trong project responsive--> | |
<title>Sichiblog - Tạo 1 trang web responsive đơn giản</title> | |
<link rel="stylesheet" type="text/css" href="default.css"> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
</head> | |
<body id="container"> | |
<div class="wrap"> | |
<!-- Start content 01 --> | |
<div class="row"> | |
<div class="content"> A </div> | |
<div class="sidebar">B </div> | |
</div> | |
<!-- End content 01 --> | |
<!-- Start content 02 --> | |
<div class="row"> | |
<div class="item-01">C </div> | |
<div class="item-02">D </div> | |
<div class="item-03">E </div> | |
</div> | |
<!-- End content 02 --> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment