info343/lectures/security-browser-compatibility/files/8ball.css

/*
8ball.css
Stylesheet for magic 8-ball security demo
INFO 343 Autumn 2011, Morgan Doocy
(from CSE 190 M, Marty Stepp)
*/

#eightball {
   background-image: url(8ball.jpg);
   width: 500px;
   height: 500px;
   text-align: center;
   line-height: 500px;
   color: white;
}

body {
   font-size: 14pt;
   font-family: sans-serif;
}