<!doctype html> | |
</html> | |
<head> | |
<style> | |
* { | |
margin: 0; | |
padding: 0; | |
} | |
div { | |
column-gap: 0; | |
column-width: 20em; | |
direction: rtl; | |
text-align: right; | |
width: 40em; | |
} | |
/* cosmetics */ | |
div { | |
border: 1px solid; | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<p>1st column</p> | |
<p>2nd column</p> | |
</div> | |
</body> | |
</html> |