Bonjour à tous,
Je suis entrain de faire mon premier site internet sur Wordpress et je n'arrive pas à aligner mes blocs. => Photo à l'appuie
Voici ce que j'ai écrit mais rien ne marche
Merci pour votre aide !
Je suis entrain de faire mon premier site internet sur Wordpress et je n'arrive pas à aligner mes blocs. => Photo à l'appuie
Voici ce que j'ai écrit mais rien ne marche
.titleEntreprise {
background-color: red;
}
.imgEntreprise {
background-color: blue;
}
.texteEntreprise {
background-color: pink;
}
.btnEntreprise {
background-color: green;
}
.titleEntreprise {
padding: 20px 50px;
margin-top: 10px;
margin-bottom: 10%;
}
.imgEntreprise {
padding: 20px 50px;
margin-top: 5px;
margin-bottom: 0;
}
.texteEntreprise {
padding: 20px 50px;
margin-top: 10px;
margin-bottom: 10%;
}
.btnEntreprise {
padding: 10px 50px 10px 10px;
margin-top: 10px;
margin-bottom: 50%;
Merci pour votre aide !