Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
28
Comments
31

Eduardo

@KTrick01Paraguay910 points

I'm someone in search of his first job that likes to write code and design stuff

I’m currently learning...

Vue.js 3

Latest solutions

  • URL shortening API landing page | HTML, CSS, JavaScript

    #bem

    Eduardo•910
    Submitted almost 3 years ago

    0 comments
  • IP Address Tracker | Vue.js 3, SASS

    #bem#sass/scss#vite#vue

    Eduardo•910
    Submitted almost 3 years ago

    0 comments
  • REST Countries API | Vue.js 3, SASS

    #sass/scss#vue#bem

    Eduardo•910
    Submitted almost 3 years ago

    3 comments
  • Interactive rating component | Vue.js 3, SASS

    #sass/scss#vue#bem

    Eduardo•910
    Submitted almost 3 years ago

    1 comment
  • Rock Paper Scissors Lizard Spock | Vue.js 3, SASS

    #vue#vuex#sass/scss

    Eduardo•910
    Submitted almost 3 years ago

    3 comments
  • Expenses chart component | BEM, SASS, Vanilla JS

    #bem#sass/scss

    Eduardo•910
    Submitted almost 3 years ago

    1 comment
View more solutions

Latest comments

  • Jesse Adjomo•130
    @Bahbah89
    Submitted almost 3 years ago

    product preview card flexbox + qmedia on phone screen

    2
    Eduardo•910
    @KTrick01
    Posted almost 3 years ago

    Hi! Here is a little tip for you, your image on the mobile view seems a little deformed, this is due to his aspect ratio being modified, to fix that you can use the object-fit: cover; property in your .product-image class, hope that it helps!

    Marked as helpful
  • Paulo Henriques•160
    @sqirum
    Submitted almost 3 years ago

    Responsive NFT Preview Card

    2
    Eduardo•910
    @KTrick01
    Posted almost 3 years ago

    Hi! Your solution looks great! But here is a little tip for you, if you pay attention there is a little gap between the bottom of the overlay and the image (at least using FireFox), to fix that you need to put a display: block; to your image element, hope that it helps!

    Marked as helpful
  • Yunus Emre Çınar•360
    @yunusemrecinar
    Submitted almost 3 years ago

    Sunnyside Agency Landing Page

    2
    Eduardo•910
    @KTrick01
    Posted almost 3 years ago

    Hi! After tinkering around I found that the elements causing overflow are this ones:

    • Nav element (Because it has 100vw width)
    • div with class content2 (Because it has a width in vw too, i dont recommend you that)

    If in the future you have this same problem, a little trick to identify the elements causing overflow is to give all elements a border Something like this: * {border: 1px solid black}, this way you will be able to see wich container is overflowing

    Marked as helpful
  • Vaibhav Shete•150
    @vaibhavbshete
    Submitted almost 3 years ago

    Expenses Chart Component

    1
    Eduardo•910
    @KTrick01
    Posted almost 3 years ago

    Hi! I personally use media queries just when its completely necessary, for components like this where the only thing that changes is the size of things and not the distribution I always use just clamp on the elements that need to change, clamp is not nearly as complicated as it seems, so give it an opportunity!

    Marked as helpful
  • Mark•170
    @Mark-a-obrien
    Submitted almost 3 years ago

    flexbox

    1
    Eduardo•910
    @KTrick01
    Posted almost 3 years ago

    Hi! An easy fix for your problem is that instead of changing your #view opacity to .5 on hover, change it to opacity 1 and just lower the opacity of the background-color to .5, like this:

    #view:hover {
      opacity: 1;
      background-color: hsl(178, 100%, 50%, .5);
    }
    

    This way the eye will be fully visible because you only will change the background color opacity, but not of the entire container! Hope that it helps!

    PD: If you put border-radius: inherit; to your #view, it will have the same border radius that the image

    Marked as helpful
  • ekando•10
    @elliottkan
    Submitted almost 3 years ago

    My Solution for Product preview card component

    2
    Eduardo•910
    @KTrick01
    Posted almost 3 years ago

    Hi! Congratulations for your first challenge! After taking a look at your code it seems that you didn't import properly the fonts that you need, that's why your solution doesn't match the design, to fix it you only need to paste this line in the head of your main CSS:

    
    @import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Montserrat:wght@500;700&display=swap');
    
    

    Hope that it helps!

    Marked as helpful
View more comments

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub