From ef756a575cd7fee0b82f2b165c36d5b043a29852 Mon Sep 17 00:00:00 2001 From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr> Date: Tue, 7 Feb 2023 19:00:38 +0100 Subject: [PATCH] Finish my logo --- assets/css/shared.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/shared.css b/assets/css/shared.css index 4c708d2..a353129 100644 --- a/assets/css/shared.css +++ b/assets/css/shared.css @@ -2,3 +2,13 @@ body { font-family: "Quicksand", sans-serif; margin: 0; } + +header > a { + padding: 10px; + font-family: "Oleo Script", sans-serif; + color: rgb(245, 243, 160); + font-size: 50px; + text-transform: uppercase; + text-shadow: 1px 1px 2px rgb(0, 0, 0); + text-decoration: none; +} -- GitLab