DEV Community

Cover image for Login Form Using SCSS
w3hubs.com
w3hubs.com

Posted on

Login Form Using SCSS

Here we used SCSS(CSS Preprocessor) to make this beautiful login form with the help of HTML tags. As we previously made so many login forms in CSS, Bulma, and bootstrap but we try and make simple login forms in SCSS.

What is SCSS?
SCSS is an advance CSS Preprocessor to make websites in less use of CSS and classes. Using this SCSS you can reduce your time and you can make an attractive website in SCSS. SCSS has awsome good features to make or you can reuse the same class anywhere in your SCSS files.

Also, SCSS has a function to make any kind of odd/even class for padding and margin and SCSS has nesting and loop features. SCSS has various features that you can use anywhere in your SCSS file just you have to write variable with value in a top SCSS file. SCSS is a powerful and professional SCSS extension language.

In this login form we used SCSS features like nesting, variables, and To make responsive we also used media quires.

Make it yours now by using it, downloading it, and please share it. we will design more elements for you.

Download Source code

Top comments (0)