Long live pop.
A Pen by beesandtrees on CodePen.
| <!DOCTYPE html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <!-- Set the viewport width to device width for mobile --> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title></title> | |
| <!-- Include CSS Files Here --> |
Long live pop.
A Pen by beesandtrees on CodePen.
| /** | |
| * animated gradient display | |
| */ | |
| body { | |
| padding: 75px 0; | |
| font-family: Helvetica; | |
| font-size: 15px; | |
| } | |
| h1 { | |
| margin: 0 0 8px; |