Hi there,
I’ve just finished the tribute page challenge. Note that, it is my first webpage and still needs improvement. I am open to constructive opinions.
Thanks, much appreciated!
https://codepen.io/ElvyCrissy/pen/rNBrVXe
yup, I forgot the link haha
I think your site is very unique. I like the spacing of the content. It is easy on the eyes.
But…you have errors in the HTML portion. Click on the arrow on the right of the HTML section and then “Analyze HTML”. This will give you a list on the top detailing the errors.
I would work on the HTML spacing. Tidy the HTML in the same way you go to analyze it.
Will do , thank you!
“The id ‘img-caption’ appears more than once in the document.” What about this error? I need both of them… as I wanted one on the top of the image too.
You wrote in the <figcation>
:
Extremely precious piece of art.
Your code is a piece of art too. When it is an eye sore, no one wants to look at it.
Some examples of bad formatting:
An id can only be used once. If you want to use the same formatting for multiple sections of your page, use a class instead.
Wow. I really like the colors you picked!
Your layout is really nice, too.
If you could get the image to show, that’d be great.
for a first-time, really nice job!
amazing, thank you
but I see the image
huh? I’ll check it out.
So weird. I browsed the image URL and it worked.
Maybe it’s just my computer.
I didn’t see the img
either. And I did not get the alt text on Safari. img
tags are self closing. I removed the /
and the image appeared.
On Firefox I got displayed the alt text. Removing the /
displayed the image.
I’ll remove it then.
thanks for pointing it out guys
Good work , keep it up
the text Elvy’s first webpage
looks very small i barely can read it. cool site though
Pretty nice design I would just suggest adjusting the padding/margins on your paragraph on smaller screens, because it gets quite narrow as you scale to mobile. Media query should be able to do the trick. Otherwise, well done (especially considering it’s your first page), keep at it!