Fish Ladder
@fish-ladderAll solutions
- Submitted 5 months ago
Testimonials page using grid
- HTML
- CSS
-
I built this so that the desktop and mobile layouts are pretty rigidly defined in sizing to match the Figma files. Would it be better in terms of responsiveness to not absolutely define the testimonial card sizes to allow them to grow and shrink to fit different screen sizes?
-
How does frontend mentor generate the comparison screenshot of my project? It shows some variation in the text vs the design that does not appear when I view my project in various browsers (Chrome, Firefox, Brave). Is there something in my code causing this discrepancy?
- Submitted 6 months ago
Four card feature section use grid and media queries
- HTML
- CSS
In terms of layout and sizing, where is it OK to use absolute units like px and when should I be using em or rem?
- Submitted 6 months ago
Product Preview Card Component with heavy reliance on flexbox
- HTML
- CSS
What is considered "close enough" in terms of balancing efficient time use vs pixel-perfect conformity to the design files? Do employers tend to place higher value on exact precision or a quick turnaround time?
- Submitted 6 months ago
Recipe page using mobile-first responsive design
- HTML
- CSS
How can I get the bullets to align vertically in the middle of the list item (as seen in the mobile design where the text is in two rows)? I was unable to find a solution that achieved this.
- Submitted 6 months ago
Social links profile with flexbox, some custom properties and resets
- HTML
- CSS
How do I use landmark elements for accessibility in a simple component like this?
- Submitted 7 months ago
Blog Preview Card with Flexbox and em units for font-size scaling
- HTML
- CSS
How can I better organize my CSS code to make it cleaner?
- Submitted 7 months ago
QR code component challenge using flexbox
- HTML
- CSS
- How can I use comments effectively to organize my code as my projects get bigger?
- What are strategies to organize my CSS for easier navigation (group by element or by layout/color/font)?
Appreciate any tips!