Update donut-spinner.md

This commit is contained in:
atomiks
2018-02-28 18:24:33 +10:00
committed by GitHub
parent 2033774e0f
commit eb5e62a9fc

View File

@ -13,7 +13,7 @@ Creates a donut spinner that can be used to indicate the loading of content.
```css
@keyframes donut-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg);}
100% { transform: rotate(360deg); }
}
.donut {
display: inline-block;