remove the position abolute to give it full width.
This commit is contained in:
52
index.html
52
index.html
@@ -1,29 +1,47 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
<title>I Buy Properties</title>
|
<title>I Buy Properties</title>
|
||||||
|
|
||||||
|
|
||||||
<!-- favicons -->
|
<!-- favicons -->
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||||
<link rel="apple-touch-icon-precomposed" href="img/home-152-177.png">
|
<link rel="apple-touch-icon-precomposed" href="img/home-152-177.png" />
|
||||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||||
<meta name="msapplication-TileImage" content="img/home-144-177.png">
|
<meta name="msapplication-TileImage" content="img/home-144-177.png" />
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/home-152-177.png">
|
<link
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/home-144-177.png">
|
rel="apple-touch-icon-precomposed"
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/home-120-177.png">
|
sizes="152x152"
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/home-114-177.png">
|
href="img/home-152-177.png"
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/home-72-177.png">
|
/>
|
||||||
<link rel="apple-touch-icon-precomposed" href="img/home-57-177.png">
|
<link
|
||||||
<link rel="icon" href="img/home-32-177.png" sizes="32x32">
|
rel="apple-touch-icon-precomposed"
|
||||||
|
sizes="144x144"
|
||||||
|
href="img/home-144-177.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon-precomposed"
|
||||||
|
sizes="120x120"
|
||||||
|
href="img/home-120-177.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon-precomposed"
|
||||||
|
sizes="114x114"
|
||||||
|
href="img/home-114-177.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon-precomposed"
|
||||||
|
sizes="72x72"
|
||||||
|
href="img/home-72-177.png"
|
||||||
|
/>
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="img/home-57-177.png" />
|
||||||
|
<link rel="icon" href="img/home-32-177.png" sizes="32x32" />
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
<link href="css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
@@ -42,6 +60,6 @@
|
|||||||
<script src="js/templateHelper.js"></script>
|
<script src="js/templateHelper.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content" style='top:100px;position:absolute'></div>
|
<div id="content" style="top: 100px"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user