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

All solutions

  • Submitted

    Qr code

    • HTML
    • CSS

    2

  • Submitted

    product card responsive sass solution

    #accessibility#sass/scss#bem
    • HTML
    • CSS

    0


    Hello everyone,

    I just wanted to share my excitement about using Sass for the first time. It's truly awesome and has made my stylesheet development more efficient. However, I encountered a challenge with mixins, specifically when it came to handling media queries.

    I was unsure whether to include media query styles directly within each class or import a separate document for mobile styles. After careful consideration, I decided that importing a whole document for mobile styles is a better approach. This way, I can keep the media query styles in one place and import them where needed.

    By using this approach, I can ensure modularity and reusability of my code. It also makes it easier to maintain and update the mobile-specific styles without scattering media queries throughout different classes.

    I would love to hear your thoughts and experiences regarding this topic. If you have any suggestions or alternative approaches, please feel free to share.

    Thank you all!

  • Submitted

    Age calculator app

    #accessibility
    • HTML
    • CSS
    • JS

    1


    Hello there, lovely folks!

    This is my first experience working with JavaScript and, in particular, event listeners. I would sincerely appreciate any guidance or suggestions you could provide based on your experiences.

    In addition, I'm trying to adhere to the BEM naming convention for classes. If you have any insights or constructive feedback about this aspect of my work, it would be most welcome.

    Thank you in advance for your time and your valuable input.