menu CSS/HTML
This commit is contained in:
parent
00a962a07c
commit
ed03536b9a
2 changed files with 7 additions and 2 deletions
4
CSS/menu.css
Normal file
4
CSS/menu.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body{
|
||||
background-color: black;
|
||||
color:white;
|
||||
}
|
|
@ -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>
|
Loading…
Reference in a new issue