Any feedback is greatly appreciated 😀
Lia Marie
@lmestrellaAll comments
- @alexpenadevSubmitted over 3 years ago@lmestrellaPosted over 3 years ago
I noticed that you set a fixed
width
andheight
on your.profile-card
; I personally avoid this as much as possible since I've read that it should only be applied on an element if it's really necessary.Also the font size and letter spacing could be a bit bigger to match the design reference.
That's all, thank you. I learned a lot from your css. :)
0 - @Captressketh001Submitted over 3 years ago
Adding a gradient border to the Instagram card gave me a tough time and I was able to do it but I couldn't add a border radius to it. I will really appreciate if someone can put me through on this.
@lmestrellaPosted over 3 years agoHello! You can use the pseudo element
::before
with absolute positioning to imitate the look ofborder-top
. Set its parent element's position to relative withoverflow: hidden;
to clip the edges of the pseudo element.I'm still a newbie so I'm not sure if this is the best way to get around with this. Good luck tho! :)
0 - @Priyankabm564Submitted over 3 years ago
This is my first NEWBIE challenge. Please review my work and provide feedbacks.
@lmestrellaPosted over 3 years agoYou just missed a few minor UI details but overall this looks good :)
0