menu CSS/HTML

This commit is contained in:
Baptiste Marty 2020-12-04 10:06:12 +01:00
parent 00a962a07c
commit ed03536b9a
2 changed files with 7 additions and 2 deletions

4
CSS/menu.css Normal file
View file

@ -0,0 +1,4 @@
body{
background-color: black;
color:white;
}

View file

@ -3,9 +3,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>INSAïde</title>
<link rel="stylesheet" href="../CSS/menu.css">
</head> </head>
<body> <body>
Coucou
</body> </body>
</html> </html>