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


    Hi there! Something weird with my solution. As for carousel, I used carousel from antdv library. Here's the link: https://antdv.com/components/carousel

    Of course, everything looks okay in developer mode. But, if you go to demo version, carousel appears only when the screen is changed.

    Also, to detect click outside of component, I implemented click-outside-vue3 plugin: https://www.npmjs.com/package/click-outside-vue3

    Unfortunately, I don't know how to implement it for cart component.

    If smb would like to point out what went wrong, I'm all ears.

    Thanks in forward.

  • Submitted

    Job Listing Vue

    • HTML
    • CSS
    • JS

    0


    In my previous solution images were not displayed because vite build can't work with dynamic src. So, in this version of my solution I've decided to hardcode, setting separate classes for each individual image.

    If you know the solution how to manage dynamic sources in Vue/Vite, please give me a feedback. Thanks in advance.

  • Submitted


    not quite sure why my images are not viewed. everything works fine in development, but not in production.

  • Submitted


    first time using React. not quite sure how to position my component in the center on a desktop resolution.

  • Submitted


    Hi there!

    • I don't know why "overflow-y: hidden" works in Opera. In my previous solution it didn't work: https://www.frontendmentor.io/solutions/url-shortening-api-landing-page-PEZkXoUhzQ
    • Not quite sure how to color img tags, so i used "filter: invert(1)".

    Any feedback is appreciated.

  • Submitted


    Hi everyone! Here are some mistakes I've made during completing this challenge:

    • tried using "overflow-y: hidden" for my navigation menu, but it's not working in Opera;
    • i added cyan lines for "Statistics" section via pseudo-elements. but i failed trying to position them with for desktop resolution;
    • tried to add static brands images, but my page only displays "pinterest" link. so, i decided to totally replace them to font awesome icons;
    • my SCSS file looks kinda huge. perhaps, any implementation of mixin would be awesome.

    Any feedback would be useful.

  • Submitted


    Hi there! Kinda messed up with backgrounds. So, decided to remove them. I'll be glad if someone would like to give me some advice how to properly set the before/after background elements. Thanks!

  • Submitted


    Hello everyone! I've tried to position article section with position: absolute, but failed. Now, my article section looks messy when you try to resize the window. So, if you know how to center article section or if you found some bugs, be sure to write down a comment.

    Thanks in advance.

  • Submitted


    Hello everyone! It's my first time using Vue and ChartJS. My solution is obviously far from the initial design. So, here's my questions:

    • First of all, I didn't quite figure out how to round the borders at the bottom of my each column. When I set it to "borderRadius: 10", ChartJS only rounds the top corners;
    • Second, I didn't find any information how to hide separators between columns;
    • And lastly, when you hover any column, you are able to see digits without dollar sign.

    If anyone knows how to fix these problems, please write down in the comments section.

    Thanks in advance!