summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css37
1 files changed, 32 insertions, 5 deletions
diff --git a/style.css b/style.css
index 451b2bc..0cb9c6f 100644
--- a/style.css
+++ b/style.css
@@ -1,8 +1,17 @@
body{
+ background-image:url(img/wp.gif);
+ background-size:cover;
text-align:center;
font-family:Cousine;
}
+.language{
+ text-decoration:none;
+ position: absolute;
+ right:5px;
+ top: 0;
+}
+
.links{
display: grid;
justify-content: center;
@@ -12,19 +21,37 @@ body{
.link{
display: flex;
flex-direction: column;
- justify-content: center;
- align-items: center;
+ justify-content:center;
+ align-items:center;
width: 265px;
height: 215px;
margin: 10px;
- background-color: rgba(23, 23, 23, 0.55);
- border-radius: 10px;
- border: 2px solid #bd93f9;
+ background-color: rgba(220, 237, 200, 0.55);
border: 3px solid skyblue;
border-radius: 2%;
}
+a{
+ text-decoration: none;
+ color: inherit;
+}
+
+.link:hover {
+ opacity: 0.6;
+}
+.link span{
+ font-family:tintin;
+ font-size:1.5em;
+ position: relative;
+ top: 3%;
+}
+
@font-face{
font-family:Cousine;
src:url(./fonts/CousineNerdFont-Regular.ttf);
}
+
+@font-face{
+ font-family:tintin;
+ src:url(./fonts/tintin_talking.ttf);
+}