debut
This commit is contained in:
parent
492eb70ec8
commit
1f5bb9142f
@ -1,3 +1,30 @@
|
|||||||
* {
|
* {
|
||||||
font-style: monospace;
|
font-family: cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#icone{
|
||||||
|
height: 10vh;
|
||||||
|
width: 10vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
li{
|
||||||
|
list-style-type: none;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page{
|
||||||
|
text-decoration: none;
|
||||||
|
color: black;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 2vh;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.page:hover{
|
||||||
|
color: red;
|
||||||
|
transform: scale(1.3);
|
||||||
|
}
|
||||||
|
15
index.html
15
index.html
@ -7,7 +7,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel = "stylesheet" type = "text/css" href = "CSS/styles.css">
|
<link rel = "stylesheet" type = "text/css" href = "CSS/styles.css">
|
||||||
<meta name="keywords" content="casino">
|
<meta name="keywords" content="casino">
|
||||||
<link rel = "icon" type = "image/png" href = "icon.png">
|
<link rel = "icon" type = "image/png" href = "img/icon.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -17,7 +17,18 @@
|
|||||||
en-tête de page
|
en-tête de page
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<nav> test </nav>
|
<nav>
|
||||||
|
<img id="icone" src="img/icon.png" alt="icone du site">
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li> <a href= "" class="page">Page 1 </a></li>
|
||||||
|
<li> <a href= "" class="page">Page 2 </a></li>
|
||||||
|
<li> <a href= "" class="page">Page 3 </a> </li>
|
||||||
|
<li> <a href= "" class="page">Page 4 </a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
Reference in New Issue
Block a user