Quote from
asmat on June 10, 2021, 9:12 am
Yes, luis:
.flexMenu{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-start;
align-content:flex-start;
}
.flexSpacebetween{
display:flex;
align-items:center;
justify-content:space-between;
}
.flexCenter{
display:flex;
align-items:center;
justify-content:center;
}
.flexRight{
display:flex;
align-items:center;
justify-content:flex-end;
}
.flexLeft{
display:flex;
align-items:center;
justify-content:flex-start;
}
.xCenter{
left:0px!important;
right:0px!important;
margin:auto!important;
}
.yCenter{
top:0px!important;
bottom:0px!important;
margin:auto!important;
}
.center{
top:0px!important;
left:0px!important;
right:0px!important;
bottom:0px!important;
margin:auto!important;
}
Yes, luis:
.flexMenu{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-start;
align-content:flex-start;
}
.flexSpacebetween{
display:flex;
align-items:center;
justify-content:space-between;
}
.flexCenter{
display:flex;
align-items:center;
justify-content:center;
}
.flexRight{
display:flex;
align-items:center;
justify-content:flex-end;
}
.flexLeft{
display:flex;
align-items:center;
justify-content:flex-start;
}
.xCenter{
left:0px!important;
right:0px!important;
margin:auto!important;
}
.yCenter{
top:0px!important;
bottom:0px!important;
margin:auto!important;
}
.center{
top:0px!important;
left:0px!important;
right:0px!important;
bottom:0px!important;
margin:auto!important;
}
luishp, farhad2008 and CDY@44 have reacted to this post.