salut à tous
j'ai créé mon CSS et le lien dans les balises head
mais mon css ne fonctionne pas
c'est mon lien qui n'est pas bon
(c'est mon 1er css...)
j'ai créé mon CSS et le lien dans les balises head
mais mon css ne fonctionne pas
c'est mon lien qui n'est pas bon
(c'est mon 1er css...)
<head>
<title>SturmGeschutz</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="stug.abt.free.fr/styles.css" type="text/css"></head>
a:link { color:#000066; text-decoration:none; font-weight:normal; }
a:hover { color:#FFFF00; text-decoration:none; font-weight:bold; }
a:visited { color:#FFFFFF; text-decoration:none; font-weight:normal; }
a:active { color:#FFFFFF; text-decoration:none; font-weight:normal; }
body { color:#CCCCCC; background:#333333; font-size:11pt; font-family:Verdana; }
input { font-size:11pt; font-family:Verdana; }
textarea { font-size:11pt; font-family:Verdana; }
select { font-size:11pt; font-family:Verdana; }
td { font-size:11pt; font-family:Verdana; }