Design comparison
SolutionDesign
Solution retrospective
hello everyone this is my first project please give me advices on how to make my html and css code looks better
Community feedback
- @maym42Posted about 3 years ago
/center the maindiv/
body{ /---Add this---/ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh;
/delete this/ font-family: 'Big Shoulders Display', cursive; }
/The correct font for the title/
h2{ /---Add this----/ font-family: 'Big Shoulders Display', cursive; }
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