Submitted about 2 years ago
Fetch API Using Basic HTML,CSS & JAVASCRIPT ONLY!
@Jumanjigobez
Design comparison
SolutionDesign
Solution retrospective
Perfectly done within 30 minutes challenge. Try also by setting yourself a time. Otherwise A m ready for feedbacks, especially the dice button challenged me a little through position absolute Kindly give me a hand on this.
Thanks in Advance for viewing this and liking it.
Community feedback
- @ManaIsraelPosted about 2 years ago
“center image with position absolute”, for your dice button
.advice_btn{ margin: 0; position: absolute; left: 50%; -ms-transform: translateX(-50%, -50%); transform: translateX(-50%, -50%); }
I Googled it: 👆😇
1@JumanjigobezPosted about 2 years ago@ManaIsrael Perfect Thanks for the feedback let me place it and look more on transform properties.
1
Please log in to post a comment
Log in with GitHubJoin 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