Spaces:
Runtime error
Runtime error
File size: 397 Bytes
e51e8f8 67128ad e51e8f8 45d251c 67128ad 45d251c 67128ad 45d251c 67128ad 58113ed 77df2c6 58113ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
h1 {
text-align: center;
}
body a,
#component-0 a {
background-color: transparent;
color: #58a6ff;
text-decoration: none;
}
body a:active,
body a:hover {
outline-width: 0;
}
body a:hover {
text-decoration: underline;
}
div.green {
color: green;
}
div.red {
color: red;
}
div.deepskyblue {
color: deepskyblue;
}
div.orange {
color: orange;
}
div.cyan {
color: cyan;
}
|