Design comparison
Solution retrospective
Any feedback or suggestion is appreciated.
Community feedback
- @abhik-bPosted almost 4 years ago
Hi Subhamπ, great to see you solve another challenge !
Your solution is very responsive and amazing π―π―
Just a opinion - if you increase the blur of
box-shadow
it will make your solution look more nice, ( something like thisbox-shadow: 3px 3px 13px rgba(0, 0, 0, 0.3)
might work)Great job, Keep on contributing this awesome solutions π
2@saurabhsubham113Posted almost 4 years agoThank you @abhik-b for your tip. I am new to using HTML and CSS without any library. Earlier I used Bootstrap but when I applied for interview, Interviewer only asked for raw HTML and CSS that caused an issue. So I am taking this new approach of learning front-end without any library.and it's lot more fun. I am enjoying this new process. for future I am thinking using SASS for styling.
1@abhik-bPosted almost 4 years ago@saurabhsubham113 Yes Exactly, and the best part is if you learn front-end without any framework then if you use frontend frameworks you can customize them according to your needs and get full benefits from that framework
0 - @ApplePieGiraffePosted almost 4 years ago
Hey, subham! π
Nice work on this challenge! π Your solution looks pretty good and is responsive! π
Just a tip for your markupβyou can make your HTML more semantic by using
<article>
tags for the testimonial cards (since they are self-contained elements) and adding a heading to identify each card. πKeep coding (and happy coding, too)! π
And happy holidays! π
1
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