Edit This Code:
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../lib/w3.css">
<body>

<div class="w3-container w3-section w3-padding-jumbo w3-blue">
<p>The w3-padding-jumbo class adds 32px top and bottom and 64px left and right.</p>
</div>

<div class="w3-container w3-section w3-padding-xxlarge w3-blue">
<p>The w3-padding-xxlarge class adds 24px top and bottom and 48px left and right.</p>
</div>

<div class="w3-container w3-section w3-padding-xlarge w3-blue">
<p>The w3-padding-xlarge class adds 16px top and bottom and 32px left and right.</p>
</div>

<div class="w3-container w3-section w3-padding-large w3-blue">
<p>The w3-padding-large class adds 12px top and bottom and 24px left and right.</p>
</div>

<div class="w3-container w3-section w3-padding-medium w3-blue">
<p>The w3-padding-medium class adds 8px top and bottom and 16px left and right.</p>
</div>

<div class="w3-container w3-section w3-padding-small w3-blue">
<p>The w3-padding-small class adds 4px top and bottom and 8px left and right.</p>
</div>

<div class="w3-container w3-section w3-padding-tiny w3-blue">
<p>The w3-padding-tiny class adds 2px top and bottom and 4px left and right.</p>
</div>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy