Submitted about 3 years ago
Responsive Profile Card Component with HTML5,CSS3,Flexbox and Grid
@ganbnuray
Design comparison
SolutionDesign
Solution retrospective
Hello everyone. Feedbacks are more than welcome. If there is anything you think should be fixed please let me know:)
Community feedback
- @mohsin316Posted about 3 years ago
rather than giving the .bg-div .img a border radius or top right and top left, put overflow:hidden in your main and it will give the same result and save a few lines of code. great work!
0 - @hafizanadliPosted about 3 years ago
Great solution! almost close to design and responsive
for positioning background image you can do like this :
body{ background: url("./images/bg-pattern-bottom.svg") no-repeat top 15rem left 15rem, url("./images/bg-pattern-top.svg") no-repeat top -30rem left -45rem; }
keep up the good work
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