Design comparison
Solution retrospective
This was my first challenge here and it was fun.
I was wonder if there is an easier way to make the active buttons without the use of :before pseudo element?
Community feedback
- @dusanlukic404Posted about 3 years ago
There is huge number of accessibility and HTML issues. I suggest you writing code in code editor (VS Code, Sublime, Atom etc.), not in Code Pen. Easily you can deploy your site on Netlify.
For your solution I recommend you to add transition to buttons and for sure make it responsive because you only wrote code for desktop.
Marked as helpful1@ivelinsmPosted about 3 years agoI had a problem with GitHub Pages, but managed to fix it and generated a new report with way less issues, which I will also fix.
Thank you for your feedback. :)
@dusanlukic404
0 - @FluffyKasPosted about 3 years ago
Heya, please deploy your project somewhere, like Github! :) There's no need for pseudo-elements. Use
button
tag for buttons.Marked as helpful1@ivelinsmPosted about 3 years ago@FluffyKas Hi, thank you for your feedback.
I am having a bit of an issue with GitHub Pages as it can not access the styles.css and the images folder and it shows only the html. Any idea of why is this happening?
*Click on "View Code" to go to GitHub Rep.
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