Vertically Center In Browser
Vertically Center In Browser
Out of context: Reply #8
- Started
- Last post
- 19 Responses
- kern_0
div.name {
position: absolute;
height: 400px;
top: 50%;
margin-top: -200px;
}
div.name {
position: absolute;
height: 400px;
top: 50%;
margin-top: -200px;
}