Created
April 14, 2012 00:26
-
-
Save cleitonfco/2381162 to your computer and use it in GitHub Desktop.
Background Image Options (Size)
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
| /** | |
| * Background Image Options (Size) | |
| */ | |
| body { | |
| background: #fff; | |
| } | |
| h2, h3 { | |
| display:inline-block; | |
| margin:0 20px; | |
| width: 200px; | |
| height: 250px; | |
| background-image: url("https://github.com/images/error/octocat_sad.gif"); | |
| background-position: center center; | |
| background-repeat: no-repeat; | |
| } | |
| h2 { | |
| background-color: #34a; | |
| background-size:contain; | |
| } | |
| h3 { | |
| background-color: #a34; | |
| background-size:150px auto; | |
| } |
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
| <h2></h2> | |
| <h3></h3> |
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":"separate","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment