Skip to content

Kakamotobi/base-apparel-coming-soon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-apparel-coming-soon

Table of Contents

Overview

The Challenge

  • View the optimal layout for the site depending on their device's screen size.
  • See hover states for all interactive elements on the page.
  • Receive an error message when the form is submitted if:
    • The input field is empty.
    • The email address is not formatted correctly.

Links

My Process

Built With

  • HTML
  • CSS
  • JS

What I learned

  • ::placeholder Pseudo Element
  • Email Validation
    • Regex test
    • form novalidate attribute
  • Placing button "inside" input field

Author