Created
November 1, 2016 19:57
-
-
Save TonyArra/17eddb7896546bf3fa2f565cc4a397f0 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=17eddb7896546bf3fa2f565cc4a397f0
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<h1>Hello World</h1> | |
<div class="jumbotron"> | |
<p class="mid"> | |
Follow the link to go to <a href="http://google.com">Google.</a> | |
</p> | |
</div> | |
<img id="sombra" src="http://wiki.gamedetectives.net/images/b/bf/Overwatch_logo.jpg"> | |
</body> | |
</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
{"enabledLibraries":["bootstrap"]} |
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
#sombra | |
{ | |
width: 200px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment