Example of a simple background gradient using linear gradient:
background: linear-gradient(to right, #FF69B4 0, #FF69B4 100%);
Next Snippet »
Example of a text shadow with a hint of pixelated flair:
text-shadow: 0 0 10px #666, 0 0 20px #333;
Previous Snippet «
Advanced Snippets »