From ee187af3dafc9be535ccde26badbdd9ce63a607a Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 14 Jun 2023 22:30:20 +0200 Subject: init: inital commit --- style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 style.css (limited to 'style.css') 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); +} -- cgit v1.2.3