Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
c006 committed Oct 6, 2016
1 parent 4df415d commit 5c7de87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,21 @@ _(5 large dots only, no background spinner)_



**Variation**

>
.spinner {
display :inline-block;
position :absolute;
left :50%;
top :50%;
transform: translate(-50%, -50%);
width :<?= $radius ?>px; << COMMENT OUT
height :<?= $radius ?>px; << COMMENT OUT
background-color : <?= $bg_spinner_color ?>;
border-radius :<?= $radius / 2 ?>px;
}

Comments / Suggestions
--------------------

Expand Down

0 comments on commit 5c7de87

Please sign in to comment.