Skip to content

Instantly share code, notes, and snippets.

@abmac
Created April 15, 2013 17:36
Show Gist options
  • Select an option

  • Save abmac/5389823 to your computer and use it in GitHub Desktop.

Select an option

Save abmac/5389823 to your computer and use it in GitHub Desktop.
Folded ribbon HTML.
<!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