Skip to content

Instantly share code, notes, and snippets.

@eunicekokor
Created August 26, 2014 18:34
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 eunicekokor/d02ba20d6f45bd9f4e49 to your computer and use it in GitHub Desktop.
Save eunicekokor/d02ba20d6f45bd9f4e49 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
img {
height: 300px;
width: 200px;
text-align: center;
}
#lena {
background: url('http://i.huffpost.com/gen/1988095/thumbs/o-LENA-DUNHAM-570.jpg');
}
http://www.huffingtonpost.com/2014/08/25/emmys-worst-dressed-2014_n_5682543.html
</style>
</head>
<body>
<img src="http://i.huffpost.com/gen/1988095/thumbs/o-LENA-DUNHAM-570.jpg">
<img src="http://i.huffpost.com/gen/1988095/thumbs/o-LENA-DUNHAM-570.jpg">
<img src="http://i.huffpost.com/gen/1988095/thumbs/o-LENA-DUNHAM-570.jpg">
<img src="http://i.huffpost.com/gen/1988095/thumbs/o-LENA-DUNHAM-570.jpg">
</body>
</html>
img {
height: 300px;
width: 200px;
text-align: center;
}
#lena {
background: url('http://i.huffpost.com/gen/1988095/thumbs/o-LENA-DUNHAM-570.jpg');
}
http://www.huffingtonpost.com/2014/08/25/emmys-worst-dressed-2014_n_5682543.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment