-demo https://codepen.io/gnjo/pen/wZrNaY
-左にスクロールを付ける。
-即文字方向を戻す。
body{direction: rtl;}
*:not(body){direction: initial;}
body{margin:4rem auto;width:640px}
div{background-color:orange;height:200vh}
<div>abcde</div>
Go to list of users who liked
More than 5 years have passed since last update.
-demo https://codepen.io/gnjo/pen/wZrNaY
-左にスクロールを付ける。
-即文字方向を戻す。
body{direction: rtl;}
*:not(body){direction: initial;}
body{margin:4rem auto;width:640px}
div{background-color:orange;height:200vh}
<div>abcde</div>
Register as a new user and use Qiita more conveniently
Go to list of users who liked