Hello,
i try to download and use police icon from https://fontawesome.com/, but it doesn’t work(see picture and the code).
Thanks in advance .
HTML:
TYPE html>
<html>
<head>
<TITLE>Reservia</TITLE>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="Reservia.css">
<link rel="stylesheet" type="text/css" href="/css/all.min.css">
</head>
<body>
<header class="hello" >
<img src="reservia@3x.png" alt="logo"> <! -- Le logo doit être à l'intérieur de header -->
<menu >
<nav >
<a class="cat blue" href="#">Hébergements</a>
<a class="black" href="#">Activités</a>
<a class="blue" href="#">S'inscrire</a>
</nav>
</menu>
</header>
<h1>Trouvez votre hébergement pour des vacances de rêve</h1><br>
<h2>En plein centre ville ou en pleine nature</h2>
<i class="fas fa-map-marker-alt"></i>
<form name="champs-recherche" action="traitement.php" method="post">
<input type="searche" name="">
</form>
<main>
</main>
</label>
</menu>
<nav>
</nav>
<footer>
</footer>
</body>
</html>
SCC:
body
{
font-family:RALEWAY; /* déjà téléchatgé, à installer/copier et entrer dans css*/
}
.hello
{
display:flex;
justify-content:space-between;
}
a
{
margin-right: 20px;
text-decoration: none;
}
.blue
{
color:#0065FC;
}
.black
{
color: black;
}
.cat
{
border-top:3px solid #0065FC;
}