Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created June 19, 2014 13:45
Show Gist options
  • Save ZakharDay/ad73d5e591bddb98260d to your computer and use it in GitHub Desktop.
Save ZakharDay/ad73d5e591bddb98260d to your computer and use it in GitHub Desktop.
<ul class="works" id="flex">
<li>
<img src="images/img1.png">
<figcaption>
<h3></h3>
</figcaption>
</li>
<li>
<img src="images/img1.png">
<figcaption>
<h3></h3>
</figcaption>
</li>
<li>
<img src="images/img1.png">
<figcaption>
<h3></h3>
</figcaption>
</li>
</ul>
<ul class="works" id="inline">
<li>
<img src="images/img1.png">
<figcaption>
<h3></h3>
</figcaption>
</li>
<li>
<img src="images/img1.png">
<figcaption>
<h3></h3>
</figcaption>
</li>
<li>
<img src="images/img1.png">
<figcaption>
<h3></h3>
</figcaption>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment