Code Edit Body dan header dengan CSS
/*costum CSS*/
body {
font-size: 13px;
line-height: 22px;
font-family: arial,sans-serif;
color: #828282;
background: #F0F0F0 repeat scroll 0px 0px;
min-width: 100%;
}
/*header*/
#header {
height: 100px;
padding-top: 18px;
padding-left: 1px;
padding-right: 17px;
}
Label: Kode CSS Body dan header

<< Beranda