Skip to content

Instantly share code, notes, and snippets.

@TonyArra
Created November 1, 2016 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TonyArra/bb1988a2aec49c10e831e6e58f45b3ef to your computer and use it in GitHub Desktop.
Save TonyArra/bb1988a2aec49c10e831e6e58f45b3ef to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=bb1988a2aec49c10e831e6e58f45b3ef
<!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>
{"enabledLibraries":["bootstrap"]}
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