(例)【CSS】floatの使用方法
See the Pen
float by linlin (@linlin098765)
on CodePen.
<a style="float:left;">左</a>
<a style="float:right;">右</a>
【CSS】float:要素を左or右に配置する
CSSのfloatは要素を左または右に配置するプロパティです。leftで左、rightで右に配置することが可能です。
See the Pen
float by linlin (@linlin098765)
on CodePen.
<a style="float:left;">左</a>
<a style="float:right;">右</a>
CSSのfloatは要素を左または右に配置するプロパティです。leftで左、rightで右に配置することが可能です。