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

<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>
/* ##### 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 {}

Related: See More


Questions / Comments: