hi, everyone
i have a problem i can’t make this page responsive i need help please
below is the link to my React project
https://shikamaru-tours.netlify.app/
thanks
Well, it really depends a lot on what way do you want it to be responsive. I’d start by not giving it absolute units for the margin. Use margin: 0 auto
instead. You could also give the section elements a min-width
and a max-width
of 100%.
ok, I would like the width of the block to increase as it goes from mobile to laptop
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.