Submitted almost 3 years ago
Responsive portfolio website using CSS flexbox
@faruking
Design comparison
SolutionDesign
Solution retrospective
Had a a hectic time with the form in the "contact me" page but I finally got it right, Any feedback will be much appreciated especially with regards to the form validation.
Community feedback
- @GitHub-dev12345Posted almost 3 years ago
congratulation Nice Work , but if you want to reduce the accessibility: Remove this attribution in image tage:
<img src=
./images/icons/down-arrows.svgwidth=
50%height=
50%>
to<img src=
./images/icons/down-arrows.svgalt="Arrowsicons">
-
Remove width='50%', height='50%'
-
Give the image alternative name
Marked as helpful1 -
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