home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
207.233.110.77
/
207.233.110.77.tar
/
207.233.110.77
/
web31
/
Section_78401
/
Students
/
Eskenas_Alan
/
tutorial.08
/
review
/
lstyle.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2011-11-10
|
646b
|
29 lines
/*
New Perspectives on HTML and XHTML 5th Edition
Tutorial 8
Review Assignment
Cliffhangers Style Sheet
Filename: lstyle.css
Supporting Files:
*/
* {padding: 0px; margin: 0px}
body {font-family: Verdana, Geneva, sans-serif; font-size: 14px}
ul {font-size: 12px; line-height: 2; margin-left: 10px; list-style-type: none;
color: white; margin-top: 15px}
ul ul {margin-left: 20px; margin-top: 0px}
ul li a {text-decoration: none; color: white}
ul li a: visited {color: white}
ul li a:active {color:white}
ul li a:hover {text-decoration: overline underline; color: yellow}