You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<linkrel="help" title="7.1. Text Alignment: the 'text-align' property" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/css-text-3/#text-align">
<linkrel="match" href="text-align-007-ref.html">
<metaname="assert" content="The 'text-align' property set to 'end' on a block element aligns the text to the end edge.">
<style>
div {
border:1px solid blue;
text-align: end;
}
</style>
<body>
<p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p>