{ z-index: x; }

Interactive example

/* DOM: body > main > div.container > (img#red ^ img#green ^ img#blue) */
div.container {
    position: relative;
}
img {
    margin-bottom: 24px;
}
img#red {
    
}
img#green {
    
}
img#blue {
    
}
Red image Green image Blue image