1
I’m making a code HTML
.
I have some inputs created however they are getting next to each other as if they had a float in them, only I don’t want so.
I want it to be one below the other, it has a function in the CSS
that does this?
I know with the <br>
I can do it, but I was wondering how CSS
.
Hugo I tried to do this only that the inputs come out of alignment. I’m using
text-align: center;
in the<form>
, but by puttingblock
in inputs they are no longer centralized.– JeanExtreme002
@Jeanextreme002 speaks Jean, every time after you change it to display: block it starts to accept some attributes from
box model block
, then with a simplemargin: 0 auto;
vc can align them in the center again look here https://prnt.sc/t6vk02 Qq doubt comments that I help you– hugocsl
It worked, you can tell me just how to give a margin between inputs?
– JeanExtreme002
@Jeanextreme002 olha ai https://prnt.sc/t72ffn
– hugocsl
Thank you very much ;)
– JeanExtreme002
@Jeanextreme002 Nothing young!
– hugocsl