diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -20,7 +20,10 @@ h3 { padding: 20px; } - +hr { + border: none; + border-top: dashed rgb(179, 242, 116); +} img { /* Ensured images don't go oversize */ @@ -34,7 +37,7 @@ a { p { color: white; font-size: large; - padding-left: 10px; + padding-left: 20px; } #wrapper { @@ -55,6 +58,21 @@ p { margin: 5px; } +.toc { + background-color: rgb(49, 65, 90); + border: 2px double rgb(39, 232, 181); + border-radius: 25px; + padding: 10px; + margin: 5px; + width: fit-content; + margin-left: 40px +} + +.toc li { + margin-top: 5px; + margin-bottom: 5px; +} + @font-face { font-family: tintin; src: url(fonts/tintin_talking.ttf); |
