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