Add stylesheet for homepage styling
This commit is contained in:
parent
865127a0a9
commit
886b4d530c
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Serveur Web - Honnete</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page d'accueil</h1>
|
||||
|
|
5
public/style.css
Normal file
5
public/style.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
body {
|
||||
background-color: salmon;
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue