Fernando Luis Pizarro
@fernandopizarrodwAll solutions
Fylo landing page with two column layout
Submitted about 2 months agoI would appreciate feedback on how to improve the accessibility of the form elements and buttons, especially regarding keyboard navigation and screen reader friendliness.
Also, if there are suggestions on optimizing the CSS structure for scalability or alternative layout techniques (like CSS Grid) that could make the code cleaner, I’d be interested in learning more.
Huddle landing page with alternating feature blocks – mobile first sol
Submitted about 2 months agoI’d appreciate feedback on how to better structure my CSS using BEM, and how to make my code more maintainable and scalable. Also, if there are any best practices I'm missing regarding accessibility or semantic HTML, I'd love to hear suggestions.
Responsive landing page using Flexbox and media queries
Submitted about 2 months agoI'd appreciate feedback on how to structure my media queries more efficiently and keep the desktop layout cleaner, especially when dealing with multiple section changes.
Responsive Fylo Data Storage Component using Flexbox and pseudo-elemen
Submitted about 2 months agoI'd appreciate feedback on:
- Whether there's a more efficient or scalable way to create the custom-shaped
box-white
. - Best practices for progress bar alignment and responsiveness.
- Any improvements for accessibility beyond the visually hidden heading.
- Whether there's a more efficient or scalable way to create the custom-shaped
Responsive testimonials grid using CSS Grid
Submitted about 2 months agoI’d appreciate feedback on the use of fixed widths inside the cards and how to make the layout more fluid and adaptable across different screen sizes without relying too much on pixel values.
Responsive QR code card using Flexbox and CSS Variables
Submitted about 2 months agoI’d appreciate feedback on my use of margin and padding shorthand. Also, suggestions on improving the responsiveness and optimizing the layout with modern CSS techniques like min(), max(), or clamp() would be great.
Blog preview card - Mobile-first workflow - Flexbox
Submitted about 2 months agoI’d love feedback on my CSS structure—especially how to better organize base styles vs. media queries. Any advice on improving code readability and best practices for scalable responsive design would be very appreciated.
Responsive Layout with CSS Grid and Media Queries
Submitted about 2 months agoSuperé los problemas del layout del grid experimentando con diferentes valores para grid-column, grid-row y ajustando las propiedades de grid-template-columns y grid-template-rows en la media query.
Responsive landing page with Flexbox and media queries
Submitted about 2 months agoMe gustaría recibir feedback sobre cómo optimizar el CSS (por ejemplo, reutilización de clases o simplificación de reglas repetidas). También me interesa saber si hay una mejor forma de posicionar los íconos sociales en desktop sin usar position: absolute.
Responsive price component using Grid and Mobile First approach
Submitted about 2 months agoMe gustaría recibir feedback sobre cómo mejorar la estructura de mis media queries y si hay una mejor forma de manejar el espaciado interno (márgenes/padding) sin usar tantas clases individuales.
Responsive Four Card Feature Section (Flexbox/Grid) Mobile-First
Submitted about 2 months agoI'd appreciate feedback on:
Best practices for choosing between Flexbox and Grid for different layout scenarios. This challenge really highlighted the strengths of Grid for bidimensional layouts, and I'd like to solidify my understanding of when to prefer one over the other. Code clarity and organization in my CSS, especially in the Flexbox attempt. Are there ways I could have structured the Flexbox solution more effectively, even if Grid was the better overall choice? Responsiveness of the layout across different screen sizes. While I aimed for a responsive design, feedback on how well it adapts to various viewport widths would be valuable.
Responsive layout with Flexbox & media queries
Submitted about 2 months agoMe gustaría recibir feedback sobre cómo organizar mejor mis media queries y clases CSS, especialmente en proyectos con varios breakpoints. También si hay mejores prácticas para evitar código repetido o conflictos de cascada.
Responsive Card Design using HTML5 & CSS3 (Flexbox, Background Positio
Submitted 2 months agoI'm relatively new to using position: fixed for background images. Could anyone review my implementation of the .background-container and suggest if there are more robust or best-practice ways to achieve a full-viewport fixed background?