rebuild docs

This commit is contained in:
atomiks
2018-02-28 18:26:49 +10:00
parent d41e267d12
commit a133e35a5f
9 changed files with 56 additions and 885 deletions

View File

@ -181,8 +181,8 @@ in any specification.</span></p>
<h4 data-type="HTML">HTML</h4><pre><code class="lang-html">&lt;div class="donut"&gt;&lt;/div&gt;
</code></pre>
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">@keyframes donut-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg);}
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.donut {
display: inline-block;