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
try this
#id{ text-align: center; vertical-align: text-top; }
or
#id { text-align: center; margin-top:0px; }
change value of margin-top according to your requirement