Latest solutions
Latest comments
- @gwencodingSubmitted over 2 years ago@sweLL98Posted over 2 years ago
You can also use 'border-radius: 15px 50px 30px 5px' - first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner)
You can see more here: https://www.w3schools.com/cssref/css3_pr_border-radius.php
I hope can help you that and to make you faster to write!
Marked as helpful0 - @alessandra-casoleSubmitted over 2 years ago@sweLL98Posted over 2 years ago
Consider using first time when you start to code with '*' instead of 'body':
- {padding: 0; margin: 0; box-sizing: border-box;}
For font-size use 'rem' instead of 'px'. Rem is a relative unit related to the root font sizes. Px is not scalable, it is an absolute unit.
Marked as helpful0 - @harsh-mohite-09Submitted over 2 years ago@sweLL98Posted over 2 years ago
Use min-height: 100vh to the body , to let body grows taller if the content exit from the visible page
Consider using first time when you start to code:
- {padding: 0; margin: 0; box-sizing: border-box;}
I hope it's helful for you and continue to improve that skill!
Marked as helpful0 - @mikkoo99Submitted over 3 years ago@sweLL98Posted over 3 years ago
Great job! I don't have any problem to display on my mobile. Keep up!
Marked as helpful1 - @HarshSaini13Submitted over 3 years ago