#wrapper{
direction:rtl;
display:table;
}
#column1{
display:table-cell;
direction:ltr;
}
#column2{
display:table-cell;
direction:ltr;
}
* direction・・・・・文字表記の方向(左右)を指定する。テーブルセルの方向も逆になるとのこと。そのままだと子の#column1,#column2の文字方向も左右逆になっているため、日本語の場合句読点の位置がズレます。それを回避するため#column1,#column2において再度direction:ltrを指定します。
6日前We love the city because it lets us down, We love the city NOT the suburbs that surround.
We love all the dirty things, that lead us to think, that maybe true love could be found.
We love the city because its how we live, We love the city cause it never loves us back.
We love it all because sometimes, even though they’re hard to find, it contains all the virtues we lack.