From ea4c2aecbbf947a70b7ba77a8b547edf27d9c477 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 19 Jun 2023 14:49:05 +0200 Subject: feat: did stuff, lots of stuff --- style.css | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0cb9c6f..c22f5b0 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body{ - background-image:url(img/wp.gif); + background: url(img/wp.gif) no-repeat fixed; background-size:cover; text-align:center; font-family:Cousine; @@ -7,9 +7,10 @@ body{ .language{ text-decoration:none; + font-size:1.2em; position: absolute; - right:5px; - top: 0; + right:8px; + top: 2px; } .links{ @@ -46,6 +47,30 @@ a{ top: 3%; } +.content{ + margin: auto; + margin-top: 2%; + padding: 1%; + width: 75%; + background-color: rgba(220, 237, 200, 0.65); + border-radius: 5px; + border: 5px dotted #b4d545; +} + +.content h1, h2{ + font-family: tintin; +} + +.section-sep{ + border: none; + border-top: 2px solid skyblue; +} + +.sub-sep{ + border: none; + border-top: 3px dotted blue; +} + @font-face{ font-family:Cousine; src:url(./fonts/CousineNerdFont-Regular.ttf); -- cgit v1.2.3