.image-behind-text { background-image: url('image.jpg'); background-size: cover; background-position: center; color: white; padding: 50px; font-size: 24px; text-align: center; } This is some text over an image.