Created
July 28, 2011 22:56
-
-
Save JamieLottering/1112765 to your computer and use it in GitHub Desktop.
Revisions
-
JamieLottering revised this gist
Jul 28, 2011 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,6 @@ position: relative; text-align: center; width: 250px; } .ribbon:before { background-color: red; -
JamieLottering revised this gist
Jul 28, 2011 . 1 changed file with 21 additions and 21 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,21 @@ .ribbon { border-color: #cc0000 transparent #cc0000 transparent; border-style: solid; border-width: 16px; color: #fff; position: relative; text-align: center; width: 250px; z-index: 100; } .ribbon:before { background-color: red; border-top: 5px solid #eee; content: ""; height: 42px; left: 0; margin: 0 10%; position: absolute; top: -16px; width: 80%; } -
JamieLottering created this gist
Jul 28, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ .ribbon { border-color: #cc0000 transparent #cc0000 transparent; border-style: solid; border-width: 16px; color: #fff; position: relative; text-align: center; width: 250px; z-index: 100; } .ribbon:before { background-color: red; border-top: 5px solid #eee; content: ""; height: 42px; left: 0; margin: 0 10%; position: absolute; top: -16px; width: 80%; } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ <div class="ribbon"></div>