Created
March 14, 2015 10:19
-
-
Save anonymous/3d42e2a2c17586c1d79a to your computer and use it in GitHub Desktop.
Revisions
-
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,9 @@ MYzgYg ------ Forked from [Chris Coyier](http://codepen.io/chriscoyier/)'s Pen [BdhbD](http://codepen.io/chriscoyier/pen/BdhbD/). A [Pen](http://codepen.io/anon/pen/MYzgYg) by [Captain Anonymous](http://codepen.io/anon) on [CodePen](http://codepen.io/). [License](http://codepen.io/anon/pen/MYzgYg/license). 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,3 @@ <div class="gradient"> <h1>SpclOps</h1> </div> 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,36 @@ div { height: 100px; background-color: #08088f; background-image: linear-gradient( to right, #08088f, blue ); } body { margin:0; padding:0; } div.gradient { margin-top:-21px; border-top: 1px solid #000; } h1 { font-family: Arial; color: #fff; letter-spacing:1px; border: 1px inset #fff; width: 160px; text-align: center; background: #08088f; padding: 5px 0px; border-radius: 5px; margin-top: 15px; margin-left: 20px; }