using css flexbox

Solution retrospective
didnt know how to handle with background images need help and advice
Please log in to post a comment
Log in with GitHubCommunity feedback
- @HelalAbood
Hello, I guess you need to change your h1 to h3 or h4 for Victor Crest! Try to small the font-size too.
Hope you find this feedback helpful!
- P@visualdenniss
Hello Enis,
Regarding background, simply remove that div with the img, instead you can have two images with background, e.g.:
Add these to the body itself:
- background: url(images/bg-pattern-top.svg),url(images/bg-pattern-bottom.svg);
- background-color: #19a2ae;
- background-position: right 52vw bottom 35vh,left 48vw top 52vh;
- background-repeat: no-repeat,no-repeat;
Hope you find this feedback helpful!
Join 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