Skip to content

Instantly share code, notes, and snippets.

@Jolaolu
Last active July 8, 2018 18:44
Show Gist options
  • Save Jolaolu/ea3f684813f730e10c8abe71a89fbdd7 to your computer and use it in GitHub Desktop.
Save Jolaolu/ea3f684813f730e10c8abe71a89fbdd7 to your computer and use it in GitHub Desktop.
html file for responsive images gallery
<html>
<head>
<title>Responsive Gallery<title>
<!--links to the stylesheet-->
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<!-- class of 'container' holds other items (sub classes)-->
<div class='container'>
<div><img src=''/></div>
<div><img src=''/></div>
<div><img src=''/></div>
<div><img src=''/></div>
<div><img src=''/></div>
<div><img src=''/></div>
<div><img src=''/></div>
<div><img src=''/></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment