blob: 9e51c1c771dbd9a04e16c252dcb97b617fd07bb6 [file] [log] [blame]
<!DOCTYPE HTML>
<title> Ensure element is centered by auto margin </title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3973">
<link rel="match" href="div-auto-margin-ref.html">
<style>
#outer {
inset: 0;
background-color: black;
margin: auto;
position: absolute;
block-size: min-content;
inline-size: 100px;
border: 5px solid red;
}
</style>
<div id="outer"><div style="block-size: 200px;"></div></div>