Latest solutions
Latest comments
- @feszkesfene@iucsim
Hello feszkesfene,
Congratulations for completing first Frontend mentor challenge. Brilliant work on this challenge!
As a background-image part is quite tricky for this challenge I'm suggesting you to use relative units
vh
vw
and%
forbackground-position
property.Hope this will help you out.
Have a nice day :)
- @mellor2332@iucsim
Hey Alex you have done great job.
You need some improvement in html file...
-Like in class="header-text" you have write all content in one paragraph but there are two different paragraphs in bottom -In class="right-text" rather than using <p> tag use unordered list items i.e, <ul> <li> tag.
Hope this is gonna be useful for you as I am also newbie:)
- P@yelyty@iucsim
Hey Tymoshenko, you've done a great job here, well done!
In .intro class I would like to suggest you to give width in pixels rather than in %..