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
/* Super Tool */ | |
h1 { | |
width:300px; | |
margin:50px auto; | |
border-radius:10px; | |
color:#ddd; | |
box-shadow:0px 4px 0px #666,inset 0px 4px 0px #666,inset 2px 2px 8px #666, 4px 4px 10px #666; | |
border:4px solid #eee; | |
background-color:#999; |