Article Previw Blog-post using CSS FlexBox layount.
Design comparison
Solution retrospective
My first project! i am a beginner in Frontend, i'm learning CSS Grid Layount.
Community feedback
- @pranshudobhalPosted about 4 years ago
Hey!
It looks good. Great job!
There are a few things that I would suggest:
-
As you can see that in the report provided by frontendmentor, there are 5 accessibility issues. One thing would be to fix them up as they help you to write better code. The thing that is mentioned in the usage of alt attributes and providing a meaningful value there.
-
I checked that the code you have written is for desktop only. So, maybe you can proceed with learning responsive web design.
1@romariojs94Posted about 4 years ago@pranshudobhal @pranshudobhal Hello! I'm not able to make it responsive, I'm using flexbox but I can't fix socials-shares. thx!!
0@romariojs94Posted about 4 years ago<div class="socials-shares fade-out"> <span class="index">Share</span> <a href="#"><img src="images/icon-facebook.svg" alt=""></a> <a href="#"><img src="images/icon-pinterest.svg" alt=""></a> <a href="https://twitter.com/intent/tweet?text=My%20first%20projetc%20for%20FrontendMentor%21"><img src="images/icon-twitter.svg"></a> </div> </article>0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord