Assessment wanted for The Box Model Skill Test-Task1,2 & 3

Hi all!

I hope you all are well and healthy.
Here is a task of the Box Model Skill Test for assessment.
The assessment link is:

My Glitch Links are:
https://the-box-model-task1.glitch.me


https://the-box-model-task2.glitch.me

https://the-box-model-task3.glitch.me

Looking for your comments and suggestions.

Have a nice day :slightly_smiling_face:

Arshad

Hi @sarshas356

These are all good. You asked what else you could have done:

Task 1

  1. You could use the inline-size property to set the width instead of width (either is correct though). Read more on MDN.

Task 2

  1. You can use the margin shorthand to set all the margins at one.

  2. As before, you could also use the following:

    margin-block-start: 20px;
    margin-inline-end: 1em;
    margin-block-end: 40px;
    margin-inline-start: 2em;

Well done. Keep on progressing.

1 Like

Hello!

Thanks for assessment.

In the Task 2, you write ā€œmargin-block-startā€, ā€œmargin-inline-endā€, etc.
This is more advance. I donā€™t know about this as i didnā€™t study this yet.

Have a nice day :slightly_smiling_face:

Arshad

2 Likes