Get your own website Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p.padding {
  padding-bottom:2cm;
}
p.padding2 {
  padding-bottom:50%;
}
</style>
</head>
<body>
<h1>The padding-bottom Property</h1>
<p>This is a text with no bottom padding. This is a text with no bottom padding. This is a text with no bottom padding.</p>
<p class="padding">This text has a bottom padding of 2 cm. This text has a bottom padding of 2 cm. This text has a bottom padding of 2 cm.</p>
<p class="padding2">This text has a bottom padding of 50%. This text has a bottom padding of 50%. This text has a bottom padding of 50%.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_padding-bottom by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:05 GMT -->
</html>