sarshas356
(Syed Arshad Ali)
September 23, 2022, 6:13am
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)
September 23, 2022, 8:36am
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)
September 23, 2022, 9:20am
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