@abiskar100Submitted 11 months ago
I couldn't add the bottom background . This isn't made responsive as i haven't gone there yet , so any suggestions on these two or more things will really be helpful. thanks ! , have a good day/night.
I couldn't add the bottom background . This isn't made responsive as i haven't gone there yet , so any suggestions on these two or more things will really be helpful. thanks ! , have a good day/night.
Hi ! So you have to add both images you have it as a comment in your code but you just need to add a comma in between like this :
background-image: url("bg-pattern-top-mobile.svg"), url("bg-pattern-bottom-mobile.svg");
and for the responsiveness, you should add media queries.
like /* mobile / @media (min-width: 650px) { .container { width: 70%; } } the same for the / Desktop */ @media (min-width: 900px)
Hope it helps