Created
November 1, 2016 19:57
-
-
Save TonyArra/bb1988a2aec49c10e831e6e58f45b3ef to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=bb1988a2aec49c10e831e6e58f45b3ef
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
p.mid | |
{ | |
text-align:center; | |
} | |
#sombra | |
{ | |
width: 200px; | |
display: block; | |
margin: 0 auto; | |
} | |
h1 | |
{ | |
text-align: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment