<div id="arlina">
<div id="header">
<h1>ASKWITHLOUD</h1></br>
<p>Add Responsive Banner Ad Widget With Close Button</div>
<div id="menuwrap">
<div id="menu"><span>Menu</span></div>
</div>
<div id="content">
<div id="main">
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
<div id="box"></div>
</div>
<div id="side">
<div id="sidecontent2" class="cf"><span>Widget</span></div>
<div id="sidecontent2" class="cf"><span>Widget</span></div>
<div id="sidecontent2" class="cf"><span>Widget</span></div>
<div id="sidecontent2" class="cf"><span>Widget</span></div>
</div>
</div>
<div id="footer" class="cf"></div>
<div id="credit"><span>By Askwithloud All Right Reserved Thanks To Arlina</span></div>
</div>
@import url(https://fonts.googleapis.com/css?family=Quicksand);
body {
margin: 0;
padding: 0;
background: rgba(115, 106, 106, 0.24);
font-family: Quicksand, sans-serif;
}
#arlina {
background: #fff;
position: relative;
margin: 5% auto;
width: 100%;
max-width: 920px;
overflow: hidden;
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.03);
}
#header {
height: 200px;
margin: 0;
background: #fdfdfd;
}
#header h1 {
display: table;
color: #999;
font-weight: 400;
text-align: center;
margin: auto;
padding: 50px 50px 0 50px;
font-size: 55px;
}
#header p {
display: table;
color: #999;
font-weight: 400;
text-align: center;
margin: auto;
padding: 10px;
font-size: 20px;
}
#menuwrap {
float: left;
background: #fff;
width: 100%;
position: relative;
margin: 0 auto 20px auto;
padding: 0;
height: 60px;
}
#menu {
position: absolute;
width: 100%;
max-width: 920px;
height: 60px;
margin: auto;
background: #03AD66;
z-index: 2;
}
#menu span {
display: table;
color: #fff;
text-align: center;
margin: auto;
padding: 20px 0;
font-size: 20px;
}
#menu:before {
position: absolute;
content: '';
display: inline-block;
left: 0;
top: 0;
height: 60px;
width: 80px;
margin: 0;
text-align: center;
background: #0BD896;
}
#menu:after {
position: absolute;
content: '\f015';
display: inline-block;
font-family: FontAwesome;
left: 0;
top: 0;
height: 60px;
line-height: 60px;
width: 80px;
margin: 0;
text-align: center;
color: #fff;
font-size: 20px;
}
#content {
position: relative;
width: 100%;
height: 1850px;
margin: 0;
background: #fff;
padding: 20px 0;
}
#main {
position: relative;
float: left;
width: 70%;
background: #fff;
}
#box {
position: relative;
width: 93.5%;
height: 150px;
display: block;
background: #f6f6f6;
margin: 0 20px 20px 20px;
}
#box:before {
position: absolute;
content: '';
display: inline-block;
left: 0;
top: 0;
height: 150px;
width: 200px;
margin: 0;
background: #e6e6e6;
}
#box:after {
position: absolute;
content: '\f1cb';
font-family: FontAwesome;
display: inline-block;
left: 0;
right: 0;
top: 0;
text-align: center;
height: 150px;
line-height: 150px;
width: 200px;
margin: 0;
color: #bbb;
font-size: 50px;
}
#side {
background: #fff;
width: 30%;
float: right;
position: relative;
margin: 0;
padding: 0;
}
#sidecontent2 {
width: 255px;
height: 200px;
margin: 0 20px 20px auto;
background: #9da9c0;
position: relative;
}
#sidecontent2 span {
display: table;
color: #fff;
text-align: center;
margin: auto;
padding: 20px 0;
font-size: 25px;
}
#footer {
height: 300px;
clear: both;
background: #03AD66;
}
#credit {
height: 60px;
margin: 0;
background: #fff;
}
#credit span {
display: table;
color: #9da9c0;
text-align: center;
font-size: 16px;
line-height: 60px;
margin: auto;
}
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
#menu.fixed {
position: fixed;
top: 0;
z-index: 99;
}