Skip to content

Instantly share code, notes, and snippets.

@vitqst
Created November 19, 2015 17:13
Show Gist options
  • Save vitqst/31efd9fc892121df6fbb to your computer and use it in GitHub Desktop.
Save vitqst/31efd9fc892121df6fbb to your computer and use it in GitHub Desktop.
<!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