Home › Forums › CSS › How do I add a overlaying image? › Reply To: How do I add a overlaying image?
February 6, 2016 at 7:04 pm
#237784
Participant
How about this?
.hexagon2 {
width: 150px;
background: url(//goo.gl/dheZNl) top center / 65% no-repeat;
}