CSS
67
AIGMobile css
Guest on 5th May 2022 02:00:12 AM
body, html {margin: 0; padding: 0;}
a img { border: 0; }
body {background-color:FFFFFF; font: 100.1% "Trebuchet MS", Verdana, Arial; overflow-y: scroll; }
a:link, a:visited {color: #FE35D6; text-decoration: none; font-size: 16px;}
a:hover {color: #DE15A6; text-decoration: underline; font-size: 16px;}
.content_bground-image { float: left; width: 100%; height: 100%; }
#Header {
color: #FE35D6;
font-weight:bold;
font-size: 19px;
}
#top {
/*float: left;*/
position: relative;
width: 100%;
height: 120px;
border-bottom: 5px solid #FE35D6;
background-color: #FFF;
color: #FFF;
}
#inside_div {
position: relative;
min-height: 1300px;
top: 10px;
height: auto !important;
margin: 0 auto;
width: 100%;
padding: 0px;
}
#content1 {
width: 80%;
/*height: 300px;*/
margin: 0 auto;
text-align: left;
padding: 5px;
font-size: 14px;
background-color: #F1F1F1;
}
#content2 {
width: 80%;
/*height: 215px; */
margin: 0 auto;
text-align: left;
padding: 5px;
font-size: 14px;
background-color: #F1F1F1;
}
#content3 {
width: 80%;
/*height: 215px; */
margin: 0 auto;
text-align: left;
padding: 5px;
font-size: 14px;
background-color: #F1F1F1;
}