Latest solutions
Latest comments
- @Grunt395P@EDGARTOYIN
Great job!
1-. I would suggest not worrying too much about it right now. If you don't have a pro membership, you will never be 100% sure if your design is the same size. But don't be discouraged; with practice, you will find yourself getting used to it and having fun trying to make the design as accurate as possible.
2.-This one is tricky because you will learn that there are many ways to achieve the same result using different techniques. Instead of thinking, "What's the best practice?" you could choose to search for a simpler and less stressful way to solve a problem.
The next time you want to center any element in the middle, you could use these properties in the body element if you want to see something cool:
body { display: grid; place-items: center; min-height: 100vh; }
happy coding!
Marked as helpful