Skip to content

Instantly share code, notes, and snippets.

@hongymagic
Created January 10, 2012 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongymagic/1585793 to your computer and use it in GitHub Desktop.
Save hongymagic/1585793 to your computer and use it in GitHub Desktop.
css quiz 8
/**
* css quiz 8
* http://cssquiz.com/q8-theres-a-fire-starting-in-my-heart
*/
div {
width: 100px; height: 100px;
line-height: 100px;
text-align: center;
background-color: yellow;
background-image: linear-gradient(top, yellow, red);
}
<!--
# css quiz 8
http://cssquiz.com/q8-theres-a-fire-starting-in-my-heart
-->
<div>Hello</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment