5:09 am GMT
Examples
Examples » CSS
@charset ISO-8859-1
/* simple CSS example for GeSHi */
body {
font-family: Verdana, Arial, sans-serif;
color: #305070;
margin: 0;
}
p {
display: hidden;
}
b {
font-style: italic;
font-weight: normal;
}
i {
font-style: normal;
font-weight: italic;
}
This category contains 2
examples, and has been viewed 49913 times.
|