Created
April 15, 2013 17:36
-
-
Save abmac/5389823 to your computer and use it in GitHub Desktop.
Folded ribbon HTML.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>CSS3 folded ribbon effect.</title> | |
| <link href='http://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'> | |
| <link href='ribbon.css' rel='stylesheet' type='text/css'> | |
| </head> | |
| <body> | |
| <h1 class="ribbon">Swish CSS3 folded ribbon effect.</h1> | |
| <h1 class="ribbon" id="ff-proof">..and this one avoids the display issues in FireFox..</h1> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment