Add stylesheet for homepage styling

This commit is contained in:
Lukian 2025-01-21 08:25:14 +01:00
parent 865127a0a9
commit 886b4d530c
2 changed files with 6 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
body {
background-color: salmon;
align-content: center;
text-align: center;
}