1枚目の写真のAwesome COsmetic、コスメのセレクトショップのサイトですというのを2枚目の位置に移動させたいのですが、方法がわかりません。
現在は、下記のようになっています。
・html
<div class="container2"> <h2> Awesome<br> Cosmetic </h2> <p class="dis">コスメのセレクトショップのサイトです。</p> </div>
・css
.container2 { } .container2 h2 { font-size: 64px; font-weight: bold; margin-top:0; margin-bottom: 0; } .dis { color: white; font-size: 24px; }
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー