DEV Community

somtobiotech
somtobiotech

Posted on

STYLING FORMS

This is a course of an HTML and CSS so this lesson is simply about making forms look pretty. The forms are prettier and easier to use, that why web designer exists it's our job to whip this form into shape so that it look's like something people will actually want to inter act with. we will make each field sit on it's row, so I'll begin with a type selector input. But we don't want to select all inputs on the page because for example this check box is an input so we need to make our selector a bit more specific we only want to select inputs that use a type of email and now we can string together declarations and create our style.

Top comments (0)