Design comparison
Solution retrospective
Hey guys. This is my first project done (of all time) with HTML & CSS. I'm open to feedback<3
Community feedback
- @bramuccciPosted almost 3 years ago
Heeey really nice start, you don't miss any details. Congratulations! I have only some picky recommendations:
- Don't use
position: absolute
on the attribution. It only cause problems, like the overlap with the card on mobile. - I think that a more blurred shadow is better. Something like
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
(I took that of this site) - Use a normalize! I highly recommend this one. Great first project, please do more 😊
Marked as helpful1@sextanscerberusPosted almost 3 years agoHi, Candela! Thanks for your feedback✌️
About your recomendations:
- I totally forgot about the normalize, i used it before in some sketches, but I totally forgot to use it in this😱
- I will use that site for more shadow boxes, thank you. I tried to create it on my own to learn the syntax of
box-shadow
- I'm still noobie with all about
position
property.. What can I use instead ofabsolute
?
Thanks for your attention and your comments✌️👏
@bramuccci
1@bramuccciPosted almost 3 years ago@sextanscerberus I'm glad to hear that :) Is good do shadows on your own, I do it. Just that if you need inspiration can take it of that page. Instead of position absolute just don't put nothing. Position static is the default, and that's ok. Maybe this (video)[https://www.youtube.com/watch?v=jx5jmI0UlXU] or this (documentation)[https://developer.mozilla.org/en-US/docs/Web/CSS/position] help you.
...ok idk why I can't put the links right
Marked as helpful1 - Don't use
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