Latest comments
- @GuidiUZ@GerriEzeocha
Well done Guido! My suggestion is to check your 'snippet'( your class name seems to thirdtext) section again. your text content is off. I don't think you need those span elements in there. Also it is recommended to use the 'div' element to generally group content for styling specifically while 'section' markup simply helps with the 'outline of a page.
keep up the good work.
Marked as helpful - @GerriEzeocha@GerriEzeocha
Any feedback is welcome (especially page view on different screens)! it seems fine everywhere else, but preview on frontendmentor seems off on the bottom.
- @anasselhaoussi@GerriEzeocha
Not sure what you mean, but have you considered using css animation to 'transform' on hover? that way you can set the height and width you want!
- @nakoyawilson@GerriEzeocha
This looks good, well done! I noticed you used 'SVG/paths' and 'Picture/src' in your html, why was this your approach and what benefits do they provide?
Keep up the good work.
- @EugiSs@GerriEzeocha
Your desktop layout looks good, but review your responsive designs and display for mobile. As for your question the main difference I believe is that <section> is more generic tag, while <article> is more specific. check out usage notes on when to use either on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section
Marked as helpful - @elijahthis@GerriEzeocha
This looks great Elijah! and responsive design is well done :)