Hi, I would like an assessment for Task Two of Writing modes and logical properties. I have upload a link (below) to my solution to this task.
I failed share a link to my solution to my Task 2. Here is the new link to Glitch of my coding. I hope this link could work.
https://solar-luminous-shroud.glitch.me
Hi @Honlim_Wong and welcome to the community
Unfortunately, that’s not quite right. In fact you did more work than necessary
This block:
.box.vertical {
block-size: 100px;
margin-block-start: 10px;
padding-inline-end: 140px;
}
is not needed. You need to change width
and height
in .box {}
to the correct logical properties. Logical properties will automatically change the size of the box according to the writing-mode
.
If you need further assistance I’m happy to help
Have a nice day!
Michael
I have replaced the width and height in .box {} with logical properties. Link below is the my updated answer to Task 2.
Congratulations That is correct
Keep up that good work! Feel free to come back with more assessments.
Have a nice day!
Michael
PS: For further tasks it would be helpful, if you could also add the link to the MDN assessment page. Thanks