From ca00278fed69e0f278fcd03a1bfc2f8ce6ec3dfe Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Fri, 19 Jan 2024 19:14:26 +0200 Subject: final content addition --- index.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index dad0ba9..8f6af56 100644 --- a/index.css +++ b/index.css @@ -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); -- cgit v1.2.3