Responding Boxes

Developer
Size
1,943 Kb
Views
8,096

How do I make an responding boxes?

What is a responding boxes? How do you make a responding boxes? This script and codes were developed by Yang Li on 13 January 2023, Friday.

Responding Boxes Previews

Responding Boxes - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Responding Boxes</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>My Boxes Respond!</h1>
<div id="container"> <div id="box1"> <h3>This is some text</h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid expedita architecto assumenda, reprehenderit qui, neque quisquam dignissimos quaerat fuga a, similique pariatur iusto, quidem. Fuga, perferendis iure tenetur a repellat!</p> </div> <div id="box2"> <h3>This is an image</h3> <img src="http://roadbud.com/wp-content/uploads/2010/01/24-box.png" alt="" /> </div> <div id="box3"> <h3>This is some more text</h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates non impedit consequatur voluptatum voluptate consequuntur ipsum dolorem dolorum, odio dolores quas nesciunt debitis optio minus saepe cupiditate nemo, necessitatibus nisi.</p> </div>
</div>
</body>
</html>

Responding Boxes - Script Codes CSS Codes

#container { display: flex; background-color: grey; height: 400px; width: 100%; justify-content: space-around; align-items: center;
}
#container div { background-color: lightblue; width: 30%; height: 80%; padding: 1%;
}
img { width: 90%;
}
@media screen and (max-width: 600px) { #container { flex-direction: column; height: 1000px; } #container div { width: 80%; height: 30%; } h3 { font-size: 25px; } p { font-size: 18px; } img { width: 60%; height: 80%; }
}
Responding Boxes - Script Codes
Responding Boxes - Script Codes
Home Page Home
Developer Yang Li
Username aussieyang
Uploaded January 13, 2023
Rating 3
Size 1,943 Kb
Views 8,096
Do you need developer help for Responding Boxes?

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!

Yang Li (aussieyang) Script Codes
Create amazing marketing copy 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!