I am trying to practice designing an online shop landing page, and I am taking inspiration from Urban Outfitters. I am trying to get the orange promo part to look the same as Urban Outfitters.
I have tried justify-content: center and space-around, or also using padding but that is not very responsive.
https://codepen.io/jinyangzhang/pen/ydaxjM
#promo{
background-color: #F5C793;
display: flex;
align-items: center;
min-height: 50px;
justify-content: space-around;
}
https://www.urbanoutfitters.com/ 's top orange section
Aucun commentaire:
Enregistrer un commentaire