From 0edb1560733c883670a23c88bf5ce42e713edc92 Mon Sep 17 00:00:00 2001 From: abdelkarimhajji Date: Sat, 11 May 2024 15:33:48 +0100 Subject: [PATCH] update style of title --- .vscode/settings.json | 2 +- style/index.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..f673a71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5502 } \ No newline at end of file diff --git a/style/index.css b/style/index.css index 64c137e..0144433 100644 --- a/style/index.css +++ b/style/index.css @@ -208,14 +208,14 @@ nav } .title_header h1 { - font-size: 55px; + font-size: 3.2em; color: #a99d61; z-index: 4; font-weight: bold; } .title_header h2 { - font-size: 80px; + font-size: 5em; color: #fdfdfd; z-index: 4; font-weight: bold; @@ -225,7 +225,9 @@ nav { color: rgba(255, 255, 255, 0.732); line-height: 150%; - width: 60%; + font-size: 1em; + width: 700px; + text-align: justify; } /* finish under_nav */