Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

responsive CSS styling

@Dgitial

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm most proud of successfully implementing a responsive design that adapts well to different screen sizes. The media queries effectively adjust the layout and text size, ensuring the content remains visually appealing and functional across devices. Next time, I would focus on enhancing flexibility and maintainability by exploring advanced layout techniques like CSS Grid or Flexbox. This could improve control over positioning and responsiveness. Additionally, optimizing CSS for performance and conducting thorough cross-browser testing would help ensure consistency and efficiency across different environments.

What challenges did you encounter, and how did you overcome them?

I encountered challenges with responsive design, text alignment, and cross-browser consistency. I overcame these by implementing media queries, adjusting CSS properties, and conducting thorough cross-browser testing, while also streamlining the CSS for efficiency.

What specific areas of your project would you like help with?

I’d like help with refining the responsive design to ensure optimal performance across all device sizes and browsers. Specifically, I’m interested in improving the efficiency of my CSS and exploring advanced layout techniques, such as CSS Grid or Flexbox, to enhance flexibility and maintainability.

Community feedback

@Genildocs

Posted

Here is the translation to English:

Hello, congratulations on completing the challenge. As a tip, don't apply a fixed height and width to the body. For center alignment, you can do it like this by applying the style directly to the body:

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: bisque;
    min-height: 100vh;
}

This way, you can already achieve good responsiveness across different resolutions. I hope this helps.

Marked as helpful

0

@Dgitial

Posted

thanks for the feedback , it was the intial idea but i found responsiveness a little bit challenging why i sufficed for it@Genildocs

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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