Created
July 5, 2013 09:16
-
-
Save anonymous/5933202 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.avg-header { | |
width:870px; | |
height:120px; | |
background:#282A39; | |
position:relative; | |
line-height:120px; | |
color:#A5EB7F; | |
text-indent:75px; | |
} | |
.avg-header:before { | |
content:''; | |
display:block; | |
width:870px; | |
height:50px; | |
border-radius:100%; | |
background-color:#13141B; | |
-webkit-box-shadow: 0px 20px 40px 0px #13141B; | |
box-shadow: 0px 20px 40px 0px #13141B; | |
position:absolute; | |
bottom:5px; | |
left:0px; | |
z-index:-1; | |
} | |
.btn-next { | |
display:block; | |
width:60px; | |
height:60px; | |
border-radius:100%; | |
background:#A6EA87; | |
line-height:60px; | |
text-align:center; | |
color:#FFFFFF; | |
text-decoration:none; | |
position:relative; | |
transition: background 0.4s,0.4s; | |
} | |
.btn-next:after { | |
content:''; | |
display:block; | |
width:46px; | |
height:46px; | |
border-radius:100%; | |
background:#FFFFFF; | |
position:absolute; | |
left:7px; | |
top:7px; | |
} | |
.btn-next:before { | |
content:''; | |
display:block; | |
border:12px solid transparent; | |
border-left-width:13px; | |
border-left-color:#A6EA87; | |
position:absolute; | |
left:26px; | |
top:18px; | |
z-index:1; | |
transition: border-left-color,box-shadow 0.4s,0.4s; | |
} | |
.btn-next:hover { | |
background:#AEF78D; | |
transition: background 0.4s,0.4s; | |
-webkit-box-shadow: 0px 0px 20px 0px #CDFAB9; | |
box-shadow: 0px 0px 20px 0px #CDFAB9; | |
} | |
.btn-next:hover:before { | |
border-left-color:#AEF78D; | |
-webkit-box-shadow: inset 0px 0px 20px 0px #CDFAB9; | |
box-shadow: inset 0px 0px 20px 0px #CDFAB9; | |
transition: border-left-color,box-shadow 0.4s,0.4s; | |
} |
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
<h1 class="avg-header">Small Business IT Security Healthcheck</h1> | |
<a href="#" class="btn-next">Next</a> |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment