Last active
December 18, 2015 07:09
-
-
Save sa1f/5744707 to your computer and use it in GitHub Desktop.
Mr. Singh
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
body { | |
background: darkslategrey url('http://subtlepatterns.com/patterns/concrete_wall.png'); | |
color: Gainsboro; | |
text-align: center; | |
margin-top: 12em; | |
} | |
h1 { | |
font: Bold 8em monospace; | |
text-transform: uppercase; | |
text-shadow: 0px 1px 5px black; | |
} | |
p { | |
font: italic 2em serif; | |
text-shadow: 0px 0px 2px black; | |
} |
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
<html> | |
<head> | |
<title>Mr. Singh...</title> | |
</head> | |
<body> | |
<h1>Hello Mr. Singh</h1> | |
<p>You are the best teacher ever!</p> | |
<img src='http://imgur.com/wUKXBPf'></img> | |
</body> | |
<style> | |
body { | |
background: darkslategrey url('http://subtlepatterns.com/patterns/concrete_wall.png'); | |
color: Gainsboro; | |
text-align: center; | |
margin-top: 12em; | |
} | |
h1 { | |
font: Bold 8em monospace; | |
text-transform: uppercase; | |
text-shadow: 0px 1px 5px black; | |
} | |
p { | |
font: italic 2em serif; | |
text-shadow: 0px 0px 2px black; | |
} | |
img { | |
border: solid 4px grey; | |
} | |
</style> | |
</html> |
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
document.getElementsByTagName('h1').onclick = function() { alert('hello');} |
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","fontsize":"100","seethrough":"1","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment