You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
264 B
CSS
23 lines
264 B
CSS
8 months ago
|
body {
|
||
|
font-family: Eurostile;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style-type: none;
|
||
|
padding: 0 0;
|
||
|
margin-bottom: 1cm;
|
||
|
}
|
||
|
|
||
|
dfn, samp, dd {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
mark {
|
||
|
background: yellow;
|
||
|
display: block;
|
||
|
clear:both;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
font-family: monospace;
|
||
|
}
|