Created
October 17, 2016 22:44
-
-
Save RCTumolac/65473e554eb4d35d1add7a8257dcac95 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=65473e554eb4d35d1add7a8257dcac95
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