summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-14 22:30:20 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-14 22:30:20 +0200
commitee187af3dafc9be535ccde26badbdd9ce63a607a (patch)
tree5d4c43c2773e6051f77fc6a4186a83896b49758d /style.css
init: inital commit
Diffstat (limited to 'style.css')
-rw-r--r--style.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..451b2bc
--- /dev/null
+++ b/style.css
@@ -0,0 +1,30 @@
+body{
+ text-align:center;
+ font-family:Cousine;
+}
+
+.links{
+ display: grid;
+ justify-content: center;
+ grid-auto-flow: column;
+}
+
+.link{
+ display: flex;
+ flex-direction: column;
+ 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;
+ border: 3px solid skyblue;
+ border-radius: 2%;
+}
+
+@font-face{
+ font-family:Cousine;
+ src:url(./fonts/CousineNerdFont-Regular.ttf);
+}