CSS Snippets for Pixelated Pandemonium's Code Wizards

.css-snippet-1: Background Gradient

Example of a simple background gradient using linear gradient:

        background: linear-gradient(to right, #FF69B4 0, #FF69B4 100%); 
      
Next Snippet »

.css-snippet-2: Text Shadow

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 »