Texte dans cadre pas centrer

mathieu2222 -  
 Rashel -
Bonjour,
Mon texte dans les bordure ne sont pas centrer et je ne ses pas comment faire pour deplacer 1 liste non ordonner a gauche d'un menu car il reste au centre.. de plus l'image que je veut mettre en haut de ma page au centre safiche mais en bas de la page ..voici la source css

merci de maider

.description
{
font-size:18px;
font-family:"arial-black";
text-align:center;
font-wheight:bold;
position:relative;
top:205px;
right:300px;
left:200px;
height:250px;
width:350px;
border: 3px solid black;

}

.menu
{
border: 2px solid black;
float:left;
text-align:center;
background:silver;
margin: 0;
padding:0;
text-decoration:underline;
}
.menu2
{
border: 2px solid black;
float:left;
position: relative;
top:150px;
right:125px;
height:125px;
width:122px;
margin: 0;
padding: 0;
background:silver;
text-decoration:underline;
text-align:center;

}
.pied
{
text-align:center;
border:2px double black;
position: relative;
top:520px;
color:black;

}

body
{
background:silver;
}

.description2
{
font-size:18px;
font-family:"arial-black";
text-align:center;
font-wheight:bold;
position:relative;
bottom:100px;
right:300px;
left:600px;
height:250px;
width:350px;
border: 3px solid black;
}
.photo
{
position : absolute;

width:690px;
height:250px;
left : 50%;
margin-left : -345px;
marging-bottom:200px;
}
A voir également:

1 réponse

Rashel
 
tu as essayé de modifier tes marging...?
left et bottom surtout?

width:690px;
height:250px;
left : 50%;
margin-left : -345px;
marging-bottom:200px;
0