mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
21 lines
544 B
HTML
21 lines
544 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Text Reference: text-align-last applied to last line in the second column</title>
|
|
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
|
|
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
|
|
|
|
<style>
|
|
:root {
|
|
font: 25px/1 Ahem;
|
|
}
|
|
.multicol {
|
|
width: 200px;
|
|
border: 5px solid orange;
|
|
}
|
|
</style>
|
|
|
|
<div class="multicol">
|
|
<div>ab ab</div>
|
|
<div>ab ab</div>
|
|
</div>
|