Skip to content

Lanietodev/gradie-sign-up

Repository files navigation

Gradie-Signup page

This a brand sign-up page challenge from codewell.com, made with HTML and CSS. It has a responsive layout. The original challenge can be viewed for comparison.

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for button
  • Input content in all input fields

Design

For design files, check here Gradie Destop view Gradie Mobile view

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Media queries
  • Mobile-first workflow

What I learned

This is my first smooth running project, I improved my use of media queries and flexbox.

I learnt how to use different psuedo selectors.

input[type=submit]{
  width:100%;
}
:not(input[type=submit]){
  width:100%;
}

Continued development

I'd like to implement Javascript for interactivity in the future.

Useful resources

  • W3schools-Selectors - This helped me for selectors in the styling phase. It really helped with understanding peudo selectors too.

Author

About

A responsive sign up page made with HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published