Bonjour,
Voila je rencontre un petit problème avec mon code.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css" >
<title>Wild Circus</title>
<meta name="description" content="
All you need to know about the WildCircus company,
our history, our services, contact us and our prices,">
<meta name="keys words" content="Circus, international, rocket man,
clowns, lion">
</head>
Je pense avoir correctement relier mon css à mon htm.
parcontre lorsque je glisse l'html dans mon navigateur il ne lis pas mon css
CSS :
.header-scroll {
text-decoration : none;}
header-scrollone {
list-style: none;}
ul li {
list-style: none;
display: table-cell;}
span {
list-style: none;}
h2 {
font-family: 'Amatic SC', cursive;}
nav {
font-family: 'Amatic SC', cursive;}
h3 {
font-family: 'Amatic SC', cursive;}
{}
td,
th {
border: 1px solid rgb(190, 190, 190);
padding: 10px;
}
td {
text-align: center;
}
tr:nth-child(even) {
background-color: #eee;
}
th[scope="col"] {
background-color: #696969;
color: #fff;
}
th[scope="row"] {
background-color: #d7d9f2;
}
caption {
padding: 10px;
caption-side: bottom;
}
table {
border-collapse: collapse;
border: 2px solid rgb(200, 200, 200);
letter-spacing: 1px;
font-family: sans-serif;
font-size: .8rem;
}