Tony Tang
@FMcodingAll comments
- @DaoudAnas13@FMcoding
Hey Anas! I just submitted this challenge a few minutes ago, and yours look great! I also had a transition when switching theme. I used @keyframes to make the transition: https://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp. Hope this helps!
Happy coding!
- @prkedia81@FMcoding
Hey Prannay!
The website looks great! Next time you can try using flexbox (justify-content: space-between) for spacing content out evenly. https://www.w3schools.com/cssref/css3_pr_justify-content.asp
As for the mobile view, you want to use media query, which changes css properties depending on the user's device. https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
There's also a border-radius around the content, so watch out for those next time. Happy coding!
Marked as helpful - @AtanasovCode@FMcoding
I would suggest the translate() method: https://www.w3schools.com/css/css3_2dtransforms.asp
Marked as helpful - @FMcoding@FMcoding
https://fmcoding.github.io/3PreviewCard/ should be the correct link.
- @FMcoding@FMcoding
I changed my username, so the site doesn't work. https://fmcoding.github.io/FAQcard/ should work.