I'm wondering if it's possible to merge the following two features of my .css together, making it less clogged and unprofessional.
.trl {
display: flex;
justify-content: center;
}
.trl > a {
margin: 0 25;
}
My attempts resulted with the content being displayed at the default left of the page.
Aucun commentaire:
Enregistrer un commentaire