Created
March 8, 2013 15:09
-
-
Save crazyrohila/5117058 to your computer and use it in GitHub Desktop.
image and css comparison.
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
/** | |
* image and css comparison. | |
*/ | |
div {background: #01476b; padding: 7px 10px; width: 882px;} | |
span { | |
font-family: verdana; | |
font-style: italic; | |
font-weight: 700; | |
text-shadow: 3px 4px 3px #222; | |
font-size: 18px; | |
color:#fffcf9; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<img src="http://www.avtranz.com/images/heading.jpg"></img> | |
<div><span> | |
The most reliable, efficient and accurate means to create a record of proceedings! | |
</span></div> |
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
// alert('Hello world!'); |
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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment