Design comparison
SolutionDesign
Solution retrospective
I'm having problem with responsiveness below 375px. Any help is appreciated.
Community feedback
- @CodeVeePosted over 2 years ago
Hi Ogunola, Great Job completing this task. Few Suggestions:
-
Wrap your code with the
main
tag like<main> your code here </main>
-
Set the border and outline to none to remove the white and additional colors from your buttons
button { border: none; outline: none; }
- For Screens below 375px, I would suggest you don't worry about it.
I hope you find this helpful
Marked as helpful0 -
- @Razha90Posted over 2 years ago
- Make perfect circle , you must make width and height in same size like 100px and 100px . And add border-radius :50%;
- For center align you can used , Margin:auto; or flex .
- for resize you must use change px to unit vw or % ;
- button border you can hide with , border: 0 / none ; . or outline: 0 / none;
0
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