Assessment wanted for "Cascade skill test 1"

Hi everyone,
I would like an assessment for “Cascade skill test 1”.
Cascade skill test 1

Thanks a lot,
Asad

1 Like

Hello @asad_mozilla

you doing great well done and have a nice day

@justsomeone Thank you so much!

you very welcome @asad_mozilla

Now,

if we have the premises sketched out on " Test your skills: The Cascade", do we really need the following?:

body {
background-color: #ffffff
;
color: #333;
font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 1em;
margin: 0;
}

Thnak you in advance

Hello @petruX

it just used to add some padding and set the margin font color and background-color
and since it applied to the body then all the element that inherit from the body would take those value
unless

  1. one of the attribute is overwritten later by other selector
  2. that attribute has default value not to inherit but to initial

hope that help and you very welcome :slight_smile:

1 Like

hola @justsomeone ,
thank you for replying.
What I mean is, the additions you mention are just an implementation of the exercise, good practice, not that its needed to complete it. Correct?

you very welcome :slight_smile:

it’s additional just to do some beautify of the page

For assessment or further work purposes, download the starting point for this task to work in your own editor or in an online editor.

it’s not related to the exercise and of course it has good practice
when you get deeper you will learn about some good practice specially with form element and most probably you would already made normalize.css file to set all of those attribute to certain value

hope that help and have a nice day :slight_smile:

1 Like

thank you @justsomeone!

1 Like

you very welcome @petruX