Ana Is Writing Code
@anaiswritingcodeAll solutions
- Submitted 4 months ago
🌊 Ocean theme | Social links profile
- HTML
- CSS
Any alternate ways of making the layout are welcome, I used
display: grid
pretty much everywhere. - Submitted 6 months ago
🌲 Forest theme | Testimonials grid section
- HTML
- CSS
Using
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. - Submitted 6 months ago
Responsive four card feature section solution
- HTML
- CSS
I'd be interested in seeing different approaches to this challenge that contain less CSS.
- Submitted 7 months ago
Responsive & accessible product preview card component solution
- HTML
- CSS
I'm curious about the distinct behaviors of the
body
andhtml
tags if anyone has resources about them!