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

    Pricing Component with Toggle

    #sass/scss
    • HTML
    • CSS
    • JS

    0


    I've just completed a front-end coding challenge from @frontendmentor! 🎉

    You can see my solution here.

    Any suggestions on how I can improve are welcome!

  • Submitted

    Product Preview Card using React

    #sass/scss#react
    • HTML
    • CSS

    0


    This is my first upload of a react project and step/process to learn and apply what I just learned 😀😌

    And my third attempt at coding this.

    And if you are using React Framework, what are the best practices? Share it!

  • Submitted


    I don't know why is the background image won't change it's position when the screen is in the specific size. Please let me know if you have any suggestion/solution on it.

  • Submitted

    Notifications Page Main - SASS

    #sass/scss
    • HTML
    • CSS
    • JS

    1


    I find challenging in aligning the after element on p tag of active item when it is in a mobile view or size. Still now, can't think of any solution(❁´◡`❁)

  • Submitted

    Project Tracking Intro

    #sass/scss
    • HTML
    • CSS
    • JS

    0


    The illustration image part is kind of the hard part :)

  • Submitted

    News Homepage

    #sass/scss
    • HTML
    • CSS
    • JS

    0


    Just got back here in FEM and things got really hard to regain my knowledge especially in CSS Grid

  • Submitted


    How can I use the picture tag for a different size of images in this landing page? I tried it but it was just displaying two image even though I put a media attribute with different values just like this:

    <picture>
      <source media="(min-width: 375px)" srcset="...mobile-image.jpg">
      <source media="(min-width: 1440px)" srcset="...desktop-image.jpg">
      <img src="...mobile-image.jpg" alt="">
      <img src="...desktop-image.jpg" alt="">
    </picture>
    
  • Submitted

    Qr Code Component with SASS

    #sass/scss
    • HTML
    • CSS

    3


    My first one was kind of not good and got accessibility issues so here's a second try with SASS. I should have put box-shadow and more border-radius 😅

  • Submitted


    Hello Everyone! This is my second attempt but with SASS making more my self less frustrated and efficient while I was making this.

    Happy Testing!

  • Submitted


    Setting custom properties and utility classes was worth it, kind of saving you from getting more frustrated and it will also make your code readable and less struggle when you want to change some properties values.

    Let me know if there is some more improvements I can put on it. I forgot that I should styled the dark theme first 😣😅 Lastly why the layout sizes isn't match with the design? Although I really aligned the design with mine but here it is still not getting the pixel perfect haha. My goal is to learn more but it was more challenging to make the layout accurate with design.

    Happy Testing!

  • Submitted

    Loopstudios Landing Page

    #sass/scss
    • HTML
    • CSS
    • JS

    2


    I don't know why the layout becomes different when I submit a solution 😑 when I double check what it should look like in different sizes of browsers. Please give me some tips or tricks on how I can improve the layout in different browsers or devices. Is it because of what device you where developing at that will affect the layout of it? I use laptop by the way.

    And why does the grid part of pictures are kind of invisible when someone wants the browser theme set to dark?

    Thank You!

  • Submitted


    This was really hard specially in the part where you need to position the background image and making sure it is also responsive. Thanks to Ms. Elaine who gave me tips to utilize the power of width: min(); 😃

    Although the layout is kind of decreased in size I still learned a lot!