Clipboard Landing Page using Flexbox
Design comparison
Solution retrospective
Feedbacks are appreciated
Community feedback
- @BeziesPosted almost 2 years ago
There are 2-3 small errors or omissions in your simple code to add.
For example a cursor: pointer for your buttons elements.
For the buttons elements also review your box-shadow with a color closer to the background color than a black/grey
Or concerning your footer, list links (ul - li) of the type:
<ul> <li><a href="">Text</a></li> </ul>The rest is pretty well done.
Marked as helpful0@Aikaykalu17Posted almost 2 years ago@Bezies Thank you I totally forgot to add "cursor:pointer" Thank you
0@Aikaykalu17Posted almost 2 years ago@Bezies Thank you I totally forgot to add "cursor:pointer" Thank you
0 - @JcCorrales94Posted almost 2 years ago
El compañero @Bezies _ tiene razón y si me lo permitís te añadiré una sugerencia extra, para evitar que la imágenes al verse desde un monitor de mayor resolución. En la parte de tu CSS con los "Globales" añádele una etiqueta img{max-width:100%}, de esta forma siempre ocupará el 100% de su contenedor y no se verá cortada. Por lo demás, muy buen trabajo ^^
0
Please log in to post a comment
Log in with GitHubJoin 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