18 lines
152 B
CSS
18 lines
152 B
CSS
|
:root {
|
||
|
}
|
||
|
|
||
|
.highlighted {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.right {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.display {
|
||
|
font-size: 24px;
|
||
|
}
|