diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -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); |
