Latest solutions
Latest comments
- @paulhjinSubmitted over 2 years ago@ostapyshynPosted over 2 years ago
Hi, Paul! 👋 When changing the width of the page, your content goes beyond the top of the viewport. One way to fix it is to change height: 100vh in the body to min-height: 100vh
Marked as helpful1 - @nikul-sagadharaSubmitted over 2 years ago@ostapyshynPosted over 2 years ago
When hovering your button, your title, and text go up a little bit. To fix it you can change your button: hover from border to outline: 2px solid white;
Marked as helpful1 - @johnnyakinSubmitted over 2 years ago@ostapyshynPosted over 2 years ago
Hi @johnnyakin. Your solution isn't centered vertically.
Marked as helpful0