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>
</div>
<h1>Bonjour le Monde!</h1>
<h1>Bonjour le Monde !</h1>
<p>
Un projet simple construit grâce à un template sur GitLab

View File

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