menu CSS/HTML

Esse commit está contido em:
Baptiste Marty 2020-12-04 10:06:12 +01:00
commit ed03536b9a
2 arquivos alterados com 7 adições e 2 exclusões

4
CSS/menu.css Arquivo normal
Ver arquivo

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

Ver arquivo

@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8">
<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>
<body>
Coucou
</body>
</html>