Thanks
Welcome to my profile! I aspire to be a front-end developer with basic back-end knowledge. I enjoy adding a personal touch to Frontend Mentor designs. ✨
I’m currently learning...I work with HTML, CSS, JavaScript, Git, GitHub, Bash and React. I'll learn Java, NodeJS, ExpressJS and SQL soon.
Latest solutions
🌊 Ocean theme | Social links profile
#accessibility#bemSubmitted 12 months agoAny alternate ways of making the layout are welcome, I used
display: grid
pretty much everywhere.🌲 Forest theme | Testimonials grid section
#bem#accessibilitySubmitted about 1 year agoUsing
background-attachment: fixed
caused an empty bar at the bottom when scrolling down on mobile. Despite searching extensively, I couldn't find a fix, so I had to disablefixed
on mobile and usescroll
instead.Responsive four card feature section solution
#animation#bemSubmitted about 1 year agoI'd be interested in seeing different approaches to this challenge that contain less CSS.
Responsive & accessible product preview card component solution
#accessibility#bem#animationSubmitted about 1 year agoI'm curious about the distinct behaviors of the
body
andhtml
tags if anyone has resources about them!
Latest comments
- @RamyMakkyWhat are you most proud of, and what would you do differently next time?@anaiswritingcode
Nice work!
The only suggestion I have is to alter the shadow of the cards to better reflect the color of the original design. Happy coding!
Marked as helpful - @NiloyDas07What are you most proud of, and what would you do differently next time?
I used rems to make sure that the card and everything in it can be easily scaled up and down in size.
What challenges did you encounter, and how did you overcome them?It was easy.
What specific areas of your project would you like help with?Nothing particular. Any feedback is appreciated.
@anaiswritingcodeGreat solution! I like your approach to the CSS and the semantic HTML markup.
If I had to say something, I'd suggest having a complete CSS reset to avoid possible unexpected behaviors, but everything looks good nonetheless. Keep up the good work!