HTML ,CSS and javascript

Solution retrospective
Help needed . Please check the active state of the design . There is a flaw when we resize from computer to mobile.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dishock
Cool, content nicely done, wrapper could use some help I guess?
To get this nice white box for content do: Place the content inside div.card-wrapper in index.html, if it's not there already. Do .card-wrapper { background-color: #fff; padding: 2rem; }
To center everything do: body { display: grid; height: 100vh; place-items: center; }
To give it a nice background color do: html { background-color: hsl(colorcode); }
Keep hustling ;)
- @ldantas-s
obviously you are in the begin, but continue trying you get it. that is a great site w3schools.com
Join 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