I use Html and Css only.
Being new to code, I would like to know what tools I should use in the future for this type of challenge?
Other feedback welcome !
I use Html and Css only.
Being new to code, I would like to know what tools I should use in the future for this type of challenge?
Other feedback welcome !
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!
I hope it will be useful for you! Any feedback is welcome to improve myself
Consider using first time when you start to code with '*' instead of 'body':
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.
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:
I hope it's helful for you and continue to improve that skill!
Hi there! I'd really loved to get feedback from you, about my code. It's my first submitted project on frontendmentor.io Could you check my code in context of flexbox? I know on some mobile devices there is issue with displaying content.
Great job! I don't have any problem to display on my mobile. Keep up!
If anyone can give me some time to review my code, that will be great! Any suggestion is highly appreciated.