summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-16 16:38:52 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-16 16:38:52 +0200
commit9137cfd95b09c7d113e745f04e06d0e66ca64b6d (patch)
tree40fe29599c3cd557ef1f4fa379b3c6da559ceb70 /style.css
parentee187af3dafc9be535ccde26badbdd9ce63a607a (diff)
feat: index.html à peu près pleine, texte dans moa.html
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);
+}