Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>CSS Anchor Positioning: 'anchor-center' behaves as 'center' with no default anchor</title>
<link rel="match" href="anchor-center-no-default-ref.html">
<style>
#centered {
position: absolute;
align-self: anchor-center;
}
</style>
<div id="centered">This text should not be centered in the viewport</div>