Hi Dear Campers!
Just finished my Tribute page. Will be very appreciated for all feedback.
Thanks!
Roman
Hi Dear Campers!
Just finished my Tribute page. Will be very appreciated for all feedback.
Thanks!
Roman
Hi
CSSlinter:
This code is not correct:
(Expected (left | right | none | inherit) but found ‘center’)
.text-center{
float: center;
}
MDN documentation:
Values
Html inspector:
<img>
elements.<p>
element cannot be a child of the <ul>
elementMDN documentation:
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
Permitted content
Flow content.
Cheers and happy coding
Thank you so much for your feedback!
I’ll fix it.