From 1f5bb9142f5b945bef1174ac397033584136ca86 Mon Sep 17 00:00:00 2001 From: izanic Date: Thu, 28 Dec 2023 17:23:12 +0100 Subject: [PATCH] debut --- CSS/styles.css | 31 +++++++++++++++++++++++++++++-- index.html | 15 +++++++++++++-- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/CSS/styles.css b/CSS/styles.css index 7d84703..b76e6b2 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -1,3 +1,30 @@ * { - font-style: monospace; -} \ No newline at end of file + font-family: cursive; +} + + +#icone{ + height: 10vh; + width: 10vw; +} + + +li{ + list-style-type: none; + display: inline-block; +} + +.page{ + text-decoration: none; + color: black; + display: inline-block; + margin: 2vh; + + + +} + +.page:hover{ + color: red; + transform: scale(1.3); +} diff --git a/index.html b/index.html index d2353a6..67b643e 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -17,7 +17,18 @@ en-tĂȘte de page --> - +