<!DOCTYPE HTML> | |
<title> Ensure bottom takes effect after element is centered </title> | |
<style> | |
div { | |
inset: 0; | |
background-color: black; | |
margin: auto; | |
position: absolute; | |
block-size: 200px; | |
inline-size: 100px; | |
bottom: 10px; | |
border: 5px solid red; | |
} | |
</style> | |
<div></div> |