Skip to content

Instantly share code, notes, and snippets.

@anabellaspinelli
Last active July 24, 2018 14:53
Show Gist options
  • Save anabellaspinelli/31be1509beae8a040172c220d3bef859 to your computer and use it in GitHub Desktop.
Save anabellaspinelli/31be1509beae8a040172c220d3bef859 to your computer and use it in GitHub Desktop.
Nigiris with a plate container
<html>
<body>
<div class="nigiri-plate">
<div class="board">
<div class="nigiri">
<h1>/ / / / /</h1>
</div>
<div class="nigiri">
<h1>/ / / / /</h1>
</div>
<div class="nigiri">
<h1>/ / / / /</h1>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment