"Каркас под верстку"
Bootstrap 3.3.0 Snippet by ASDAFF

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">ШАПКА</div>
<div id="wrapper">
<div id="content">КОНТЕНТ</div>
</div>
<div id="navigation">НАВИГАЦИЯ</div>
<div id="extra">ОПИСАНИЕ</div>
<div id="footer">ПОДВАЛ</div>
</div>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* ##### RESET STYLE ##### */
* {
margin: 0;
padding: 0;
font-size: 100%;
}
/* ##### COMMON STYLE ##### */
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
body {
width:100%;
margin:0;
padding:0;
}
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
/* ##### container ##### */
#container {}
/* ##### header ##### */
#header {}
/* ##### wrapper ##### */
#wrapper {}
/* ##### content ##### */
#content {}
/* ##### navigation ##### */
#navigation {}
/* ##### extra ##### */
#extra {}
/* ##### footer ##### */
#footer {}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: