-3
This image shows the form I want to position.(https://i.stack.Imgur.com/Cfdvv.jpg)
-3
This image shows the form I want to position.(https://i.stack.Imgur.com/Cfdvv.jpg)
0
With float: right;
.direita{
border: 1px solid black;
width: 50%;
float: right;
}
<form class="direita">
Nome: <input type="text"/>
</form>
Thank you very much!
Browser other questions tagged html
You are not signed in. Login or sign up in order to post.
display: flex; Justify-conent: flex-end; or float: right;
– Lucas Antonio
Add the code to the question
– Leonardo Negrão