Bonjour !
Je veux faire un header mais il y a une espèce de bordure blanche en haut et à gauche.
Mon code :
<html>
<head>
<title>JVScript</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+
Sans:400,600,700,300">
<link rel="stylesheet" type="text/css" href="design/design.css">
<style>
header {
margin: 0px;
padding: 0px;
margin-top: 0px;
top: 0px;
background-color: #000;
height: 100px;
width: 100%;
}
</style>
</head>
<body>
<!-- Le haut de page -->
<header>
</header>
</body>
</html>
J'ai essayé toutes les solutions comme vous pouvez le voir. top, margin, padding, rien ne marche.