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

Submitted

Css Flexbox

@AditNovadianto

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I will be happy, to hear any feedback and suggestion

Community feedback

@arkharman12

Posted

Use multiple media queries for a better content transition. Snippets section could be improved positioning-wise.

Marked as helpful

1

@AditNovadianto

Posted

@arkharman12 thank you Harmanjot Singh for your suggestion!!!

0
P
Chamu 12,970

@ChamuMutezva

Posted

Greetings AditNovadianto, So far so good. Well done

  • use semantic elements where possible , instead of elements such as divs. For a landing page , header, main , footer among others are more proper to use . Instead of a div with a class of main , you can then just use a main element. The downloads buttons are likely a (anchor) elements - they should navigate to the specific sites.
  • if it is a title , then a heading element might be the best element to use <p class="section-title">Quick Search</p>
  • anchor elements should have readable content, an image does not provide the correct information to assistive technology users but they can be improved by having a descriptive alt value. If the image is an svg element in the html, several options will need to be added. See the following article accessible svgs

Marked as helpful

1

@AditNovadianto

Posted

@ChamuMutezva thank you Chamu!!!, for your advice and i will learn more again about that!!!

0

@boedegoat

Posted

Your results seems pretty good But there are some problems to notice

  1. You should use BEM naming convention for better readability
  2. Try to not repeating code you write before

That's it. Thank you

Marked as helpful

1

@AditNovadianto

Posted

@boedegoat thank you soo much for your suggestion, next i will learn more about the BEM naming convention!!!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord