Complete the code to set the padding of an element to 10 pixels on the top, 15 pixels on the right, 20 pixels on the bottom, and 25 pixels on the left:
.element {
padding: _____;
}
Complete the code to set the padding of an element to 10 pixels on the top, 15 pixels on the right, 20 pixels on the bottom, and 25 pixels on the left:
.element {
padding: _____;
}