CSS Form Assignment

96 views 8:27 am 0 Comments April 4, 2023

eed help with these

Assignment 3: CSS Form Assignment: Create an HTML form with a topic of your choosing. You will be using CSS to change the form elements from their default and to improve the spacing and presentation of the form itself. Your finished product will meet the following requirements: · Form will have a consistent topic (more than just a collection of inputs) · Center the form and include a border around it · Layout inputs and text labels on their own lines as shown in the screenshot on page 2. · Have 2 or more text input boxes (include label tag for each) · Include CSS styling for the focus state · Remove at least 1 border-side for 1 of the text inputs · Include at least 2 radio buttons or 2 checkboxes (include label tags) · Include the email input type (include label tag) · Include the URL or TEL input type (include label tag) · Include a dropdown selection list (include label tag) · Change both the text and background color of the list · Include a submit button · Make the text over the top of the button say ‘Enter’ · Make the text size larger than the default · Make sure to use margins and padding throughout the form to add whitespace between all text and form inputs (must use more than line breaks to add whitespace to content). When finished submit the URL for your assignment to the course site on Canvas. The name of the file doesn’t matter although it must not contain spaces. If using 2 words in the file name separate them with a hyphen or underscore.