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

Submitted

3D Card hover effect

Azkaβ€’ 480

@Azkanorouzi

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hey community, I have a little surprise for you 😊. Feel free to give me any suggestion or advice on how to make this better.

Community feedback

Cornflakesβ€’ 290

@CornflakesPlus

Posted

Amazing and unique. Nice, Azka! πŸ‘βœ¨

When viewing your webpage on device-landscape orientation, the text is not as it should be or is it like that?

Marked as helpful

1

Azkaβ€’ 480

@Azkanorouzi

Posted

@CornflakesPlus Thank you for pointing that out, frankly I didn't notice that, but I will try adding a new media query for landscape .πŸ™

0
Lucas πŸ‘Ύβ€’ 104,580

@correlucas

Posted

πŸ‘ΎHello Azka, Congratulations on completing this challenge!

Amazing and really creative solution! One of the best for this challenge! Congrats bro!

The only advice I've for your it to add reduce motion to avoid it for users that chose to don't have animations. The prefers-reduced-motion CSS media feature is used to detect if the user has requested that the system minimize the amount of non-essential motion it uses.

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

✌️ I hope this helps you and happy coding!

Marked as helpful

1

Azkaβ€’ 480

@Azkanorouzi

Posted

@correlucas thank you Lucas, I will definitely fix it πŸ™

1
Gideonβ€’ 440

@GiDDeRo

Posted

I gotta say. DAT'S COOL!!!

Marked as helpful

0

Azkaβ€’ 480

@Azkanorouzi

Posted

@GiDDeRo thanks bro 😁

0
Yassine Afailaβ€’ 540

@Yassineafaila

Posted

that design is unique defiantly is unique. Keep going bro

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord