CSS changes

This commit is contained in:
vincent_b
2024-11-19 18:29:01 +01:00
parent 7ef40a9e83
commit 117647b331
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<a href="https://bonnebulle.gitlab.io/plain-html-redo">URL du projet</a> <a href="https://bonnebulle.gitlab.io/plain-html-redo">URL du projet</a>
</div> </div>
<h1>Bonjour le Monde!</h1> <h1>Bonjour le Monde !</h1>
<p> <p>
Un projet simple construit grâce à un template sur GitLab Un projet simple construit grâce à un template sur GitLab

View File

@@ -5,13 +5,13 @@ body {
} }
.navbar { .navbar {
background-color: #313236; background-color: #FFF;
border-radius: 2px; border-radius: 2px;
max-width: 800px; max-width: 800px;
} }
.navbar a { .navbar a {
color: #aaa; color: #000;
display: inline-block; display: inline-block;
font-size: 15px; font-size: 15px;
padding: 10px; padding: 10px;