I have 2 containers, one grey, one white. I\'d like to place an image (this will be a triangle down) to the very top of the white background and center it horizontally. How coul
Please try this code..
.triangle { display: block; margin: -80px auto 0; }