From 9d47c08686b398a4fe54e83203a743a71b8ef03c Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 04:46:55 +0100 Subject: [PATCH] evolution du style et fondations de mise en page --- static/style.css | 13 ++++++++++--- templates/base.html | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 8614303..7640614 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,6 @@ .titre{ font-family: "Courier New", monospace; + margin-left: 1%: } blockquote{ @@ -12,10 +13,11 @@ footer{ .nav-list{ list-style-type: none; - margin: 0; + margin-left: 1%; padding: 0; overflow: hidden; - background-color: #0000cc; + background-color: #cc0000; + border-radius: 10px 10px 10px 10px; } .nav-element{ @@ -31,9 +33,14 @@ footer{ } .nav-link:hover{ - background-color: #2222ff; + background-color: #cc2222; } .home{ text-decoration: none; } + +#main-content{ + border: 2px; + border-color: #cc0000; +} diff --git a/templates/base.html b/templates/base.html index e41aed1..81dad58 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@ -
+
{% block content %} {% endblock content %}