Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
22
Comments
8

Yefry Sanchez

@y25sanchezNew York, NY330 points

Learning code in my free time.

I’m currently learning...

HTML, CSS and Javascript.

Latest solutions

  • Clipboard landing page


    Yefry Sanchez•330
    Submitted over 2 years ago

    0 comments
  • Huddle landing page with curved sections


    Yefry Sanchez•330
    Submitted over 2 years ago

    0 comments
  • Fylo data storage component


    Yefry Sanchez•330
    Submitted over 2 years ago

    0 comments
  • Article preview component


    Yefry Sanchez•330
    Submitted over 2 years ago

    0 comments
  • Base Apparel coming soon page


    Yefry Sanchez•330
    Submitted over 2 years ago

    0 comments
  • Intro component with sign-up form


    Yefry Sanchez•330
    Submitted over 2 years ago

    1 comment
View more solutions

Latest comments

  • Carolyn•10
    @carolyngorski
    Submitted over 2 years ago

    Responsive landing page using CSS and HTML

    4
    Yefry Sanchez•330
    @y25sanchez
    Posted over 2 years ago

    Great job Carolyn!

    I have some recommendations to improve your code...

    The best way to center the QR code component is by applying some styles in the body. This will work only if you remove the positioning properties that you applied in the child and parent elements

    body{
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Outfit';
        background-color: hsl(212,45%,89%);
    }
    

    The font family ''Outfit'' is the main font you can add it to the body so like that you don't have to repeat code.

    Also you are missing some fundamental things in the structure of your html file.

    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Qr codep roject</title>
      <link rel="stylesheet" type="text/css" href="style.css" />
      </head>
      <body>
        <div class="parent">
          <div class="child">
            <img src="image-qr-code.png" />
            <h2>Improve your front-end skills by building projects</h2>
            <p>
              Scan the QR code to visit Frontend Mentor and take your coding skills
              to the next level
            </p>
          </div>
        </div>
      </body>
    </html>
    

    Hope you a nice day! Keep up the good work!

    Marked as helpful
  • Stalin•410
    @StalinAM
    Submitted almost 3 years ago

    Is a solution to the NFT preview card component using hover.

    #accessibility
    2
    Yefry Sanchez•330
    @y25sanchez
    Posted almost 3 years ago

    To fix the hover effect on the image you can create a new div with an id of layer inside of the "img-container" and then apply this styles:

    #layer{
        width: 100%;
        height: 100%; 
        opacity: 0;
        transition: background-color 0.5s, opacity 0.5s;
    }
    #layer:hover{
        opacity: 1;
        background-image: url(/images/icon-view.svg);
        background-repeat: no-repeat;
        background-color: var(--Cyan-eye); 
        background-position: center;
        cursor: pointer;
    } 
    
  • Youcef Boudour•60
    @Yuri-0207
    Submitted almost 3 years ago

    order-summary-component-main from Front-End Mentor

    1
    Yefry Sanchez•330
    @y25sanchez
    Posted almost 3 years ago

    Hello Youcef, You have done a great job. The only issue that I see is the background in the body.

    You can fix this using these properties and values:

    background-image: url(/images/pattern-background-desktop.svg);
    background-repeat: no-repeat;
    background-color: var(--Pale-blue);
    background-position: top;
    background-size: 100%;
    
    Marked as helpful
  • Lucas 👾•104,160
    @correlucas
    Submitted almost 3 years ago

    Meet Landing Page (Vanilla CSS - Logo Animation / Easter eggs)

    3
    Yefry Sanchez•330
    @y25sanchez
    Posted almost 3 years ago

    I learn so much looking at your codes, I love the hover effect that you used in the "gallery-grid".

    Keep up the good work!

  • Lucas 👾•104,160
    @correlucas
    Submitted almost 3 years ago

    Stats Preview Card (Vanilla CSS - Custom Design + Text Animation)

    9
    Yefry Sanchez•330
    @y25sanchez
    Posted almost 3 years ago

    Great job Lucas, your solutions are amazing.

  • Angelica Garcia•50
    @YessBlack
    Submitted almost 3 years ago

    Responsive landing page with CSS grid

    1
    Yefry Sanchez•330
    @y25sanchez
    Posted almost 3 years ago

    Great Job Angelica Garcia!

    Marked as helpful
View more comments
Frontend Mentor logo

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