summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css31
1 files changed, 28 insertions, 3 deletions
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);