Tricky Tricks ›› Programming Tricks ›› CSS Tricks ›› Background Image Behind Text

Background Image Behind Text

CSS Tricks

Background Image Behind Text:

Here is the CSS code for a background image behind some bold text.

<font style="background-image:url('filename.jpg'); color: #000000; font-weight: bold; font-size: 16pt;">
Put Some Text Here
</font>

Partners