Logo  

CS479/579 - Web Programming II

Displaying ./code/images/style.css

.main { width: 90vw; margin: 0 auto; border-collapse: collapse;}
.main thead { background: #EEE; }
.main th, .main td { border-left: 1px solid gray; }
.header { display: inline-block; }
.sitename { font-style: "Arial"; font-size: 20px; }
.normal { text-decoration: none; color: black; }
.button { color: white; background: blue; border-radius: 5px; }
#search { width: 80%; }