- Home
- Style Sheets
- Fun CSS Tricks
Fun CSS Tricks
- By Jhon Mark
- Published 03/11/2007
- Style Sheets
- Unrated
Jhon Mark
View all articles by Jhon Mark
Highlight important text on your page or words you want to stand out, easily:
< span style="background-color:yellow">highlighted text< /span>
Try adding it to your link hover for a neat effect:
< style type="text/css">
< /style>
BACKGROUND IMAGE THAT ISNT TILED
This will create a background image that doesn’t repeat:
< style type="text/css">
< /style>
You can also center it, however it will be centered as the background of the entire document, not centered on the screenful:
< style type="text/css">
< /style>

