please assess https://codepen.io/zortron756/full/RwrJvaR
I literly don’t know what help you require so just posting my solutions for both of the tests here.
Task One - Solution
CSS Property: overflow:auto;
This way the verticle scroll bar will be visible if content of box doesn’t fit within the fixed height of box otherwise verticle scroll bar will be hidden.
Task Two - Solution
CSS Property: overflow:hidden;
This way, any content of box which is overflowing the fixed size of the box will be hidden.
Hey @church_craig! Again, I’ve looked over your code and this is perfect!
@Murtaza_Abbasi Craig was basically asking for for an assessment of his work, so I think you helped just fine here!
1 Like