mirror of
https://github.com/csd4ni3l/browser.git
synced 2025-11-05 04:57:57 +01:00
44 lines
422 B
CSS
44 lines
422 B
CSS
a {
|
|
color: blue;
|
|
}
|
|
|
|
i {
|
|
font-style: italic;
|
|
}
|
|
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
small {
|
|
font-size: 90%;
|
|
}
|
|
|
|
big {
|
|
font-size: 110%;
|
|
}
|
|
|
|
pre {
|
|
color: black;
|
|
font-weight: bold;
|
|
background-color: gray;
|
|
}
|
|
|
|
h1 {
|
|
display: block;
|
|
font-size: 200%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2 {
|
|
display: block;
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h3 {
|
|
display: block;
|
|
font-size: 117%;
|
|
font-weight: bold;
|
|
}
|