107 Building the Hero
Heroセクションを作る 左にテキスト、右に写真が来るのでそのボックスをdivで作る それぞれの箱にh1とimgを入れる <body> <section class="section-hero"> <div class="hero-text-box"> <h1> A healthy meal delivered to your door, every single day </h1> </div> <div class="hero-img-box"> <img src="img/hero.png" /> </div> </section> </body> h1の下にpタグでhero-descr…
2021/10/01 10:11