Posts by Tonny Ivan • 1 point
1 post
-
-1
votes1
answer37
viewsQ: Div does not center
.container-form { width: 300px; height: 300px; background-color: rgb(22, 20, 20); position: relative; } .filha { width: 100px; height: 100px; background-color: azure; position: absolute; top: 50%;…