Skip to content

vladmonday/workshop-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Workshop 1

Registration form

The goal of this workshop to practice html & css skills.

Your taks is to create this kind of form. Screen Shot 2022-05-09 at 9 11 48 The form should includes:
Title - write whatever you like
Full Name - free text field
Username - free text field with minimum length of 6 characters. No spaces allowed (hint: regex?)
Password - input is hidden upon the typing. minimum length of 8 characters.
Age - valid number from 8 to 120
Email - only valid email is accepter
Gender - dropdown with single choice (male, female, other, refuse to state)
Accepter terms & condition - checkbox
Submit button - submitting the form if it's valid

If input is invalid user should see proper message highlighting which field is invalid.
Don't forget about round corners of background white card and background in general

In general - don't be bounded by given design. You can improvise and make it deligtfull (hint hint: animations)

By end of workshop we will chose the best ones and present them at front of the class

About

Workshop to practice html & css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.5%
  • CSS 1.5%