diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-19 19:14:26 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-19 19:14:26 +0200 |
| commit | ca00278fed69e0f278fcd03a1bfc2f8ce6ec3dfe (patch) | |
| tree | 112fd9c502bafd15acb65aec445e370fb358440b /index.css | |
| parent | 0de9acb12237064e6ef3553be9b5ecd3a72109fb (diff) | |
final content addition
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); |
