0 / 60 seg.

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: _____;
}