Skip to content

Instantly share code, notes, and snippets.

@juliettech13
Created June 17, 2020 03:00
Show Gist options
  • Save juliettech13/6fca5daf5e64d7f9f621e29a0ef568ca to your computer and use it in GitHub Desktop.
Save juliettech13/6fca5daf5e64d7f9f621e29a0ef568ca to your computer and use it in GitHub Desktop.
<div class="hobbies section">
<ul class="flex">
<li class="flex-item">
<img src="images/code.gif" alt="">
<h4>Code</h4>
<p>I like it bc I'm geeky.</p>
</li>
<li class="flex-item">
<img src="images/writing.gif" alt="">
<h4>Write</h4>
<p>Bc I like to also read.</p>
</li>
<li class="flex-item">
<img src="images/travel.gif" alt="">
<h4>Travel</h4>
<p>Pre COVID days.</p>
</li>
<li class="flex-item">
<img src="images/code.gif" alt="">
<h4>Code</h4>
<p>I like it bc I'm geeky.</p>
</li>
<li class="flex-item">
<img src="images/writing.gif" alt="">
<h4>Write</h4>
<p>Bc I like to also read.</p>
</li>
<li class="flex-item">
<img src="images/travel.gif" alt="">
<h4>Travel</h4>
<p>Pre COVID days.</p>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment