<html>
<head>
<meta charset="UTF-8" />
<title> Boutique en ligne</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head><body>
<header>
<h1 id="title">Bienvenue</h1>
<nav>
<ul>
<li><a href="#">Meilleures ventes</a></li>
<li><a href="#">Nouveautés</a></li>
<li><a href="#">Idées cadeaux</a></li>
<li><a href="#">Tout le stock</a></li>
</ul>
</nav>
</header>
</body>
</html>
ul {
list-style : none ;
}
h1 {
font-family : Arial, Helvetica,sansserif ;
font-size : 45px ;
line-height : 0.9 ;
color : #fff ;
text-align : left ;
}
a:hover {
color : red ;
}
header {
position : relative ;
background : blue ;
width : 100% ;
height : 100px ;
}
nav ul li a {
float : left ;
margin-left : 35px ;
font-size : 20px ;
color : white ;
background-color : transparent ;
text-decoration : none ;
}
#title {
float : left ;
width : 250px ;
height : 100px ;
background-color : transparent ;
margin-top : 0px ;
padding-top : 20px ;
}
Nos manuels sont collaboratifs, n'hésitez pas à nous en faire part.
Oups, une coquille
j'ai une idée !