Shaktirow Posted November 27, 2023 Posted November 27, 2023 I found custom code and used it for the background color of the entire site, but I need it smaller on mobile and iPad view. How can I have separate sizes? body { border-left:70px solid #529fbb; } body { border-right:70px solid #529fbb; } body { border-top:20px solid #529fbb; } body { border-bottom:6px solid #529fbb; }
tuanphan Posted November 28, 2023 Posted November 28, 2023 Use this code @media screen and (max-width:991px) { body { border-left:10px solid #529fbb !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment