HTML mettre le texte bien en place
Résolu
eviltod666
Messages postés
144
Statut
Membre
-
LelLex Messages postés 1753 Statut Membre -
LelLex Messages postés 1753 Statut Membre -
Bonjour à tous,voila mon problème je voudrait que quand j'écrit le texte commence a 265px de la droite
et a 230px du haut.
Je ne sait pas comment je me suis débrouillé mais j'écrit dans un paragraphe tout va bien,puis quand je récrit dans un paragraphe dans la même page il se met par dessus comment faire ?
SVP,aidez moi :s.
Merci.
up
et a 230px du haut.
Je ne sait pas comment je me suis débrouillé mais j'écrit dans un paragraphe tout va bien,puis quand je récrit dans un paragraphe dans la même page il se met par dessus comment faire ?
SVP,aidez moi :s.
Merci.
up
A voir également:
- HTML mettre le texte bien en place
- Texte de chanson gratuit pdf - Télécharger - Vie quotidienne
- Transcription audio en texte word gratuit - Guide
- Mettre un texte en majuscule - Guide
- Editeur html - Télécharger - HTML
- Excel cellule couleur si condition texte - Guide
3 réponses
Je sait c'est horrible a voir mais j'apprend ^^'
CSS
body
{
background-image:url("./Image/background.jpg");
background-repeat: repeat-y;
background-position: bottom center;
background-attachment: scroll;
}
.header
{
position: fixed;
left: 253px;
top: 0px;
border: none;
width: 771px;
height: 142px;
}
.menu
{
position: fixed;
left: 257px;
top: 145px;
width: 766px;
height: 30px;
}
a
{
text-decoration: none;
color: black;
}
.home
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 298px;
top: 131px;
}
.tuto
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 450px;
top: 131px;
}
.astuces
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 600px;
top: 131px;
}
.gaming
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 735px;
top: 131px;
}
.diversautres
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 885px;
top: 131px;
}
.ecrire
{
font-size: 16px;
padding: 250px;
}
.ecriretitre
{
font-size: 20px;
position: fixed;
padding: 250px;
top: 230px;
}
CSS
body
{
background-image:url("./Image/background.jpg");
background-repeat: repeat-y;
background-position: bottom center;
background-attachment: scroll;
}
.header
{
position: fixed;
left: 253px;
top: 0px;
border: none;
width: 771px;
height: 142px;
}
.menu
{
position: fixed;
left: 257px;
top: 145px;
width: 766px;
height: 30px;
}
a
{
text-decoration: none;
color: black;
}
.home
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 298px;
top: 131px;
}
.tuto
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 450px;
top: 131px;
}
.astuces
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 600px;
top: 131px;
}
.gaming
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 735px;
top: 131px;
}
.diversautres
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 885px;
top: 131px;
}
.ecrire
{
font-size: 16px;
padding: 250px;
}
.ecriretitre
{
font-size: 20px;
position: fixed;
padding: 250px;
top: 230px;
}