.centered-box {
position: fixed;
top: 50%;
left: 50%;
width: 300px;
/* bring your own prefixes */
transform: translate(-50%, -50%);
}
HTML input element wider than Containing Div
- 1 minute read
Be thankful for what you have…
- 2 minute read
You May Also Like
How To Make and Run Batch Files In Terminal In Mac OSX like windows .bat file
- 1.0K views
- 2 minute read
How to reach cart object on checkout page in Shopify checkout.liquid
- 961 views
- 2 minute read
How to Get Element Distance From Top with jQuery offset()
- 735 views
- 1 minute read