From 9f06dd343422fec699d3bd181c61fe9a5cb9d525 Mon Sep 17 00:00:00 2001 From: Ghouar-Toussaint Rafael Date: Mon, 3 Jun 2024 00:34:04 +0200 Subject: [PATCH] debut --- css/style.css | 11 +++++++---- index.html | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 0564822..5250609 100755 --- a/css/style.css +++ b/css/style.css @@ -3,10 +3,13 @@ body{background-color: #dadbdd} header {font-size: 23px; - background-color: #303232; - width: auto; - height: 70px; - display: flex;} + background-color: #333; + color: #fff; + padding: 10px 0; + text-align: center; +} + +h1.Hello {font-size: 50px;} header nav {margin-left: auto; margin-right: auto; diff --git a/index.html b/index.html index 4708088..fb49f6a 100755 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@
+

Bienvenue sur le site des JO !