home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 90
/
PIWD90.iso
/
mac
/
contents
/
developer
/
tutorial_files
/
Pages90-91
/
postcards
/
postcards.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-12-16
|
580b
|
40 lines
body, p, div {
font: 1em/ 1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
font-size: 1.6em;
color: #000179;
background-color: transparent;
}
#content {
margin-left: 20px;
margin-right: 20px;
}
#cardlist {
list-style-type: none;
margin-right: auto;
margin-left: auto;
}
#cardlist li {
float: left;
margin-right: 6px;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
color: #333333;
}
#cardlist img {
border: 1px solid #333300;
}
.clear {
clear: both;
}