skip to Main Content

Media query on html

Is there a way to use media query on html? I need to put a image like a banner centralized on my page, when the screen it's less than 768px it's shows a smaller image but when the screen grows…

VIEW QUESTION

How to add background image in laravel 9

I am trying to add a background image for my website in Laravel 9.51. I've used this in my css file: body { background-image: url("background.jpg"); } But it doesn't work. Also tried: body { background-image: url({{asset('background.jpg')}}); } but it doesn't…

VIEW QUESTION
Back To Top
Search