Margin vs Padding

Developer
Size
1,600 Kb
Views
34,408

How do I make an margin vs padding?

What is a margin vs padding? How do you make a margin vs padding? This script and codes were developed by Kevin on 12 August 2022, Friday.

Margin vs Padding Previews

Margin vs Padding - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Margin vs Padding</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="margin-box"><p>I have a margin</p></div> <div class="margin-box"><p>I have a margin</p></div> <div class="margin-box"><p>I have a margin</p></div> <div class="padding-box"><p>I have padding</p></div> <div class="padding-box"><p>I have padding</p></div> <div class="padding-box"><p>I have padding</p></div>
</div>
<div class="container"> <div class="padding-box"> <p>I have padding</p> <div class="padding-inner-box"><p>I have a lot of padding padding<p></div> <div class="margin-inner-box"><p>I have a lot of margin</p></div> </div>
</div>
</body>
</html>

Margin vs Padding - Script Codes CSS Codes

body { background: lightblue; font-size: 24px;
}
p { margin: 0; }
.container { width: 600px; margin: 50px auto; background: white; padding: 20px;
}
.margin-box,
.padding-box {
}
.margin-box { margin: 10px; background: blue; padding: 50px; margin-bottom: 100px;
}
.padding-box { padding: 50px; background: orange
}
.padding-inner-box { background: lightblue; padding: 50px;
}
.margin-inner-box { background: lightblue; margin: 50px;
}
Margin vs Padding - Script Codes
Margin vs Padding - Script Codes
Home Page Home
Developer Kevin
Username kevinpowell
Uploaded August 12, 2022
Rating 3
Size 1,600 Kb
Views 34,408
Do you need developer help for Margin vs Padding?

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!

Kevin (kevinpowell) Script Codes
Create amazing captions 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!