mirror of
https://gitlab.com/bonnebulle/plain-html-redo.git
synced 2025-12-06 01:59:32 +01:00
CSS changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user