Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Gwenā€¢ 40

    @gwencoding

    Submitted

    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 !

    Andreiā€¢ 110

    @retiens123

    Posted

    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

    0
  • Andreiā€¢ 110

    @retiens123

    Posted

    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

    0
  • Andreiā€¢ 110

    @retiens123

    Posted

    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

    0
  • Mikkoā€¢ 15

    @mikkoo99

    Submitted

    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.

    Andreiā€¢ 110

    @retiens123

    Posted

    Great job! I don't have any problem to display on my mobile. Keep up!

    Marked as helpful

    1
  • Harsh Sainiā€¢ 70

    @HarshSaini13

    Submitted

    If anyone can give me some time to review my code, that will be great! Any suggestion is highly appreciated.

    Andreiā€¢ 110

    @retiens123

    Posted

    Hello! Looks so similar! Great job!

    0