Image center and RWD method

Developer
Size
2,287 Kb
Views
10,120

How do I make an image center and rwd method?

What is a image center and rwd method? How do you make a image center and rwd method? This script and codes were developed by ULRIKA PAN on 11 December 2022, Sunday.

Image center and RWD method Previews

Image center and RWD method - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>image center and RWD method</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="banner"> <div class="banner-inner"><img src="https://previews.123rf.com/images/varijanta/varijanta1510/varijanta151000018/47237683-Flat-line-design-vector-illustration-concept-for-website-design-and-development-app-development-resp-Stock-Vector.jpg" alt=""/></div>
</div>
<div class="banner2"><img src="https://previews.123rf.com/images/varijanta/varijanta1510/varijanta151000018/47237683-Flat-line-design-vector-illustration-concept-for-website-design-and-development-app-development-resp-Stock-Vector.jpg" alt=""/></div>
<div class="banner3"><img src="https://previews.123rf.com/images/varijanta/varijanta1510/varijanta151000018/47237683-Flat-line-design-vector-illustration-concept-for-website-design-and-development-app-development-resp-Stock-Vector.jpg" alt=""/></div>
</body>
</html>

Image center and RWD method - Script Codes CSS Codes

.banner { width: 100%; border: 1px solid red;
}
.banner .banner-inner { max-width: 700px; margin: 0 auto; border: 1px solid blue;
}
.banner .banner-inner img { width: 100%;
}
.banner2 { width: 100%; position: relative;
}
.banner2 img { width: 80%; max-width: 700px; left: 50%; position: relative; transform: translateX(-50%);
}
.banner3 { width: 80%; max-width: 700px; text-align: center;
}
.banner3 img { max-width: 700px;
}
Image center and RWD method - Script Codes
Image center and RWD method - Script Codes
Home Page Home
Developer ULRIKA PAN
Username ulrikapan
Uploaded December 11, 2022
Rating 3
Size 2,287 Kb
Views 10,120
Do you need developer help for Image center and RWD method?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

ULRIKA PAN (ulrikapan) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!