Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="match" href="reference/align-baseline-ref.html">
<style>
body {
margin: 0;
}
</style>
<body>
<div class='flexbox column align-items-baseline'>
<h1>This text</h1>
<p>should be left aligned.</p>
</div>
<div class='flexbox column align-items-baseline wrap-reverse'>
<h1>This text</h1>
<p>should be right aligned.</p>
</div>
</body>
</html>