I am trying to build a box around this login form but I can’t figure out how to lose the stretch from left to right. Any pointers? I will include the code and screenshot below.
display : flex;
justify-content : center;
align-items : center;
margin : 140px 0px 125px 0px;
box-sizing : content-box;
border : solid #2356a7 10px;
padding : 5px;
border-radius : 20px;
padding-top : 20px;
padding-bottom : 20px;
background-color : #f4f4f4;
2
Answers
you need to just add width, i’m not sure but i think it solve it
There are a lot of options here.
The easiest one is to add width and set auto margins:
Another one is to wrap this div into another one:
and add styles: