お問い合わせフォームのレイアウト

楽しい生活

お問い合わせフォームの作成

f:id:t0919k-1201y:20201111085529p:plain

 

演習メモ

stylesheet.css

contact-formのpadding-topを100pxにしてください 

.contact-form {
padding-top: 100px;
}

 

index.html

<h3>要素を追加し、「section-title」というclassをつけてください

<h3 class=”section-title”>お問い合わせ</h3>

コメント

タイトルとURLをコピーしました