* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
// * { border: 1px solid red }
body {
background-color: beige;
}
#container {
background-color: steelblue;
width: 960px;
margin:auto;
}
#header {
background-image: url("../images/header.jpg");
background-size: cover;
text-align: center;
font-size: 36pt;
font-family: verdana;
color: lightsteelblue;
height: 90px;
}
#nav{
margin-top: 10px;
width: 10%;
float:left;
background-color: blue;
padding: 2%;
border-top-right-radius: 9px;
border-bottom-right-radius: 9px;
}
.content {
width: 84%;
margin-left: 2%;
float:left;
}
#footer {
background-color: lightsteelblue;
color: steelblue;
text-align: right;
clear:both;
padding: 5px;
}
.navitem {
width: 80%;
margin: 9px auto;
padding: 9px;
background-color: steelblue;
color: white;
display: block;
border-radius: 7px;
text-align: center;
font-family: verdana;
text-decoration: none;
}
.navitem:hover {
background-color: aqua;
}
.center {
text-align: center;
}