sarshas356
(Syed Arshad Ali)
1
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 
Arshad
vusithedev
(vusithedev)
2
Hi @sarshas356
These are all good. You asked what else you could have done:
Task 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
-
You can use the margin shorthand to set all the margins at one.
-
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
sarshas356
(Syed Arshad Ali)
3
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 
Arshad
2 Likes