Latest solutions
Latest comments
- @gwencoding@sweLL98
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 helpful - @alessandra-casole@sweLL98
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 helpful - @harsh-mohite-09@sweLL98
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 helpful - @mikkoo99@sweLL98
Great job! I don't have any problem to display on my mobile. Keep up!
Marked as helpful - @HarshSaini13@sweLL98
Hello! Looks so similar! Great job!