Responsive Square with Background Image

Developer
Size
1,712 Kb
Views
48,576

How do I make an responsive square with background image?

A responsive square with a background image - the only thing is that because the image is a background, you can't add alt text.. What is a responsive square with background image? How do you make a responsive square with background image? This script and codes were developed by Anya Craig on 26 August 2022, Friday.

Responsive Square with Background Image Previews

Responsive Square with Background Image - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Responsive Square with Background Image</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <img src="https://s-media-cache-ak0.pinimg.com/736x/b3/32/b1/b332b1221cc8ff848aa91982743576f4.jpg" alt="a baby duckling sitting on its duckling butt">
</div>
<!-- Of course, you could just set the image as the background of the div, but then a screenreader wouldn't have any alt text to read -->
</body>
</html>

Responsive Square with Background Image - Script Codes CSS Codes

.container { width: 50%; padding-bottom: 50%; margin: 10% auto; position: relative; overflow: hidden;
}
.container img { position: absolute; height: 100%;
}
Responsive Square with Background Image - Script Codes
Responsive Square with Background Image - Script Codes
Home Page Home
Developer Anya Craig
Username AnyaCraig
Uploaded August 26, 2022
Rating 3
Size 1,712 Kb
Views 48,576
Do you need developer help for Responsive Square with Background Image?

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!

Anya Craig (AnyaCraig) 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!