Last active
October 17, 2016 22:45
-
-
Save RCTumolac/ec8be75c8a2d72502ac36c0ef85801a7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ec8be75c8a2d72502ac36c0ef85801a7
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>JERARDO</title> | |
</head> | |
<body> | |
<h1> JERARDO </h1> | |
<img id = "google" src = "https://media.giphy.com/media/5fKiwLiBvFRxC/giphy.gif" /> | |
<img src= "http://cdn.supercell.com/supercell.com/160322111850/supercell.com/files/clashroyale_logo.png" /> | |
<img src = "http://www.nuclearblast.de/static/articles/226/226443-0.png/1000x1000.png" /> | |
</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
h1 { | |
font-family: Cooper Black; | |
text-align: center ; | |
color: white; | |
font-size: 450%; | |
} | |
body{ | |
background-color: #800020; | |
} | |
img{ | |
display: block; | |
margin: auto; | |
width: 15%; | |
} | |
#google { | |
width: 20%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment