filmov
tv
Change Background Image for screen size using CSS and tailwind CSS | Coder Shubham

Показать описание
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Change Background on Screen Size Change</title>
</head>
<body>
<style>
*{
margin: 0;
}
#img{
margin: 25vh auto;
border-radius: 50px;
width: 80vw;
height: 50vh;
background-size: cover;
}
/* Main Code here */
/* You can change these parameters as per your need and if you want to do the same thing in tailwind css then youcan use media classes there like: xl:bg-[url('url')] */
@media screen and (max-width: 768px){
#img{
}
}
@media screen and (max-width: 480px){
#img{
}
}
</style>
<div id="img"></div>
</body>
</html>
Open find and replace and replace
< with smaller than symbol and
> with greater than symbol
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Change Background on Screen Size Change</title>
</head>
<body>
<style>
*{
margin: 0;
}
#img{
margin: 25vh auto;
border-radius: 50px;
width: 80vw;
height: 50vh;
background-size: cover;
}
/* Main Code here */
/* You can change these parameters as per your need and if you want to do the same thing in tailwind css then youcan use media classes there like: xl:bg-[url('url')] */
@media screen and (max-width: 768px){
#img{
}
}
@media screen and (max-width: 480px){
#img{
}
}
</style>
<div id="img"></div>
</body>
</html>
Open find and replace and replace
< with smaller than symbol and
> with greater than symbol
How To Change Desktop Background image in Windows 10 - Tutorial - Quick Tech Tips 2023
Set a different picture as the background of each monitor #techtips #windows11 #windows10
How to set Any Picture - Image As Desktop Background | set Image As Windows 11 Wallpaper
How to Expand Background in Photoshop
How To Change a Background in Photoshop
How do I set a picture as my desktop background?
How to: Change your background in Google Meet
How to add background image in HTML and CSS | Coding Ninja
Sıfırdan Web Sitesi Kodlama! (Figma → HTML/CSS/JS)
Full Screen Background Image with HTML CSS | Responsive Full Page Background Image CSS
How to Remove Background from Image in Canva in Mobile Phone#design #logo #editing #graphicdesign
How to change Desktop Wallpaper 🌆
Natural background change photo editing ll picsArt background change edit #photo #backgroundedit
How To Change Google Background Image | Change Chrome Theme & Color (Simple Way)
How to remove the background of an image in PowerPoint
How to change your background in Microsoft Teams, a demo tutorial
PicsArt sa png ka background change kare 😱 new trick 😱 #youtubeshorts #shortsviral #viralshort
How to Remove Photo Background FREE
Lock screen wallpaper set shortcut key #laptop #short #lockscreen #wallpaper
background change photo editing ll girl editing photo ll PicsArt photo editing #edit #shorts
how to set desktop background windows 11
Set Background Image (Flutter Screen Background)
How to Change Background Color in Photoshop - 1 Minute Tutorial
How to Change the Background Color of a Slide in Microsoft PowerPoint?
Комментарии