Refresh

Homepage Hover Example



Shoutbox

News and Announcements



Code:

#hover {
color: black;
background-color: white;
border: 2px solid black;
padding-bottom: 10px;
padding-top: 10px;
width: 30%;
text-align: center;
}

#hover:hover {
color: white;
background-color: red;
}

#code {
font-family: "Courier New", Courier, monospace;
}