Created
October 28, 2014 07:41
-
-
Save yeyuguo/4bc76b1dbb8977ae60f8 to your computer and use it in GitHub Desktop.
css3Logo
This file contains 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
/** | |
* CSS3 Logo | |
*/ | |
html{ | |
background:white; | |
font:3em sans-serif; | |
} | |
h1{ | |
padding:10px; | |
background:#e44d26; | |
border:20px solid #f16529; | |
color:#fff; | |
opacity:1; | |
position:absolute; | |
overflow:hidden; | |
resize:both; | |
} | |
img{width:200px;vertical-align:middle;} | |
=============XXX.html=================== | |
<h1>CSS3 <span><img src="http://dev.iamvdo.me/css3.png" alt="css3 Rocks" /></span></h1> | |
=============XXX.json=================== | |
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment