What is meant by "reset" in Styling Basics: Task 1?

Hello, I am working through Styling Basics: Task 1 and was wondering if anyone could clarify what “reset” means in the first requirement?

Here is the list:

  1. Add some kind of lightweight "reset" to make fonts, padding, margin, and sizing more consistent to begin with.
  2. On top of that, add in some nice, consistent styling for the inputs and button.
  3. Use some kind of layout technique to make the inputs and labels line up neatly.

Hello @n_b

it mean to use the one of the normalize css way or write it your self

normalize mean that you make some of the atterbuite for input and button to certain value to make it appear the same on different browser / OS

Okay, thank you for the response!

you welcome :slight_smile: