-2
You guys talk, okay? I need a help, I’m making a login page and my machine is all aligned, inside the Divs correctly, but in other pc’s is getting broken formatting, someone could give me a light of what I can be doing to solve this problem?
This is the code of the box where the pages are [![
.box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 700px;
height: 85vh;
padding: 50px;
background: rgba(0,0,0,.7);
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0,0,0,.9);
border-radius: 5px;
flex-wrap: nowrap;
}
Take . box height value to test
– hugocsl
What’s the problem? Just looking at the prints makes it hard to guess the problem. You describing the problem makes it easier and you can get the solution to your problem more easily. In which resolution was it "broken" (where is it broken?)? It is good to put the complete code also so that we can try to reproduce the problem.
– Sam