Skip to content

Instantly share code, notes, and snippets.

@RCTumolac
Last active October 17, 2016 22:45
Show Gist options
  • Save RCTumolac/ec8be75c8a2d72502ac36c0ef85801a7 to your computer and use it in GitHub Desktop.
Save RCTumolac/ec8be75c8a2d72502ac36c0ef85801a7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ec8be75c8a2d72502ac36c0ef85801a7
<!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>
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