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.
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
For design files, check here
- Live Site URL: click here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Media queries
- Mobile-first workflow
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%;
}
I'd like to implement Javascript for interactivity in the future.
- W3schools-Selectors - This helped me for selectors in the styling phase. It really helped with understanding peudo selectors too.
- Website - DevwithLanie Blog
- Frontend Mentor - @lanietodev
- Twitter - @lanietodev