Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.08 KB

File metadata and controls

38 lines (34 loc) · 1.08 KB
<title>Postcard</title>

Greetings from Miami!

4Geeks Logo
<div class="postcard-body">
  <div class="body-left">
    <p>Look how awesome this postcard is!</p>
    <p>I created it using HTML5 and CSS3.</p>
    <p>Super fun and easy to build.</p>
    <p>Cheers from the 4Geeks Academy Bootcamp!</p>
  </div>
  <div class="body-right">
    <h3>Some Name</h3>
    <input type="text" placeholder="Email" />
    <input type="text" placeholder="City, Country" />
    <input type="text" placeholder="Your message here" />
  </div>
</div>

<div class="postcard-footer">
  <button>Send Postcard</button>
</div>