
Untitled
By: a guest on
Jun 13th, 2012 | syntax:
None | size: 0.79 KB | hits: 14 | expires: Never
/*In the actual div stylings. You should only name these things if they are things you don't need to change/traverse*/
body {
width:100%;
height:96%;
background-color: white;
}
span {
border: 5px solid white;
color: white;
-moz-border-radius: 20px;
borde-radius: 20px;
font-size: 30px;
margin-left: auto;
margin-right: auto;
}
li {
padding: 10px;
font-size: 20;
}
p {
font-size: 30;
}
#topdiv {
width: 90%;
height: 10%;
}
#bodydiv {
width: 95%;
height: 85%;
border: 3px solid white;
background: black;
color: white;
}
#conclusion {
width: 100%;
height: 100%;
overflow: hidden;
border: 10px solid white;
-moz-border-radius: 50px;
borde-radius: 50px;
color: white;
background-color: black;
}