Design comparison
SolutionDesign
Solution retrospective
Please i need your feedback on media queries and share button.
Community feedback
- @SebystienPosted over 4 years ago
Hey Faruk, looks like your .draw is not centered. Easy fix is to add vh height in the body selector, and some flex properties to center the box.
0@graceilolPosted over 4 years agoTry doing something like media(max-width: 765px){ /* inside the curly braces is where you are going to write your CSS for screens with the width of 765px or less (you can change the value if needed )*/ } Hope that helped :)
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