<html>
<head>
<style>
div {
border: 1px solid black;
padding: 25px 50px 75px;
background-color: lightblue;
}
</style>
</head>
<body>
<h2>The padding shorthand property - 3 values</h2>
<div>This div element has a top padding of 25px, a right and left padding of 50px, and a bottom padding of 75px.</div>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_padding_shorthand_3val by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:05 GMT -->
</html>