Skip to content

ncadenaroman86/Digital-Postcard-HTML-CSS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

<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>

About

Create a Digital Postcard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published