Skip to content

Instantly share code, notes, and snippets.

@yeyuguo
Created October 28, 2014 07:41
Show Gist options
  • Save yeyuguo/4bc76b1dbb8977ae60f8 to your computer and use it in GitHub Desktop.
Save yeyuguo/4bc76b1dbb8977ae60f8 to your computer and use it in GitHub Desktop.
css3Logo
/**
* 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