Skip to content

Instantly share code, notes, and snippets.

@LtAstros
Created January 27, 2017 01:09
Show Gist options
  • Save LtAstros/e918e846bb39531b06932e8df7d66617 to your computer and use it in GitHub Desktop.
Save LtAstros/e918e846bb39531b06932e8df7d66617 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=e918e846bb39531b06932e8df7d66617
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img src="https://i.ytimg.com/vi/BITAdE2ysB8/hqdefault.jpg" id="sponge">
<img src="http://www.billboard.com/files/styles/article_main_image/public/media/ariana-grande-11-billboard-2014-650x430.jpg" id="Grande">
</body>
</html>
#Grande {
width: 100px;
height: 300px;
}
#sponge {
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment