Voila je viens de commencer le css et html et j'aimerais bien faire descendre mon texte mais je n'y arrive pas:
CSS:
body
{
width: 1024px;
margin: auto;
margin-bottom: 35px;
margin-top: 30px;
background-image: url("http://www.image-dream.com/membre/up/anonym/78ce0dea1f1dff914eddc2671a4a847c.png" );
}
#en_tete
{
background-position: center center;
width: 1024px;
height: 200px;
background-image: url("http://www.image-dream.com/membre/up/anonym/2b797a4f3ecde7fb6c44879a4aff7d4f.png" );
background-repeat: no-repeat;
margin-bottom: 1px;
}
#menu
{
background-image: url("http://www.image-dream.com/membre/up/anonym/0e74d312adaa195d9c39f271516d9369.png" );
width: 362px;
height: 524px;
background-repeat: no-repeat;
margin-bottom: 20px;
background-position:70% 0%;
}
.element_menu
{
padding-left: 185px;
width: 1024px;
margin-bottom: 20px;
color: white;
font-family:Abstract, "Arial Black", Arial, Verdana, serif;
font-size: 5.5px;
}
.element_menu2
{
padding-left: 185px;
color: white;
font-family:Abstract, "Arial Black", Arial, Verdana, serif;
font-size: 4px
}
Html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Bienvenue sur Kawaii-Anime !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="corps" href="new 5.css" />
</head>
<body>
<div id="en_tete">
</div>
<div id="menu">
<p class="element_menu"><a href="new 1">le site</a></p>
<p class="element_menu2">mangas<br />
animes</p>
<p class="element_menu">autres</p>
<p class="element_menu">aide</p>
</div>
<div id="corps">
</div>
<div id="corpsblanc">
</div>
<div id="pied_de_page">
</div>
</body>
</html>