Skip to content

Commit

Permalink
Trying to fix sample css
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Feb 10, 2021
1 parent c4cca9d commit 293476e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/webgl_loader_3dm.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link type="text/css" rel="stylesheet" href="main.css">
<style>
#loader {
border: 5px solid #f3f3f3; /* Light grey */
border: 5px solid #f3f3f3; /* Light grey */
border-top: 5px solid #3d3d3d; /* Grey */
border-radius: 50%;
width: 40px;
Expand All @@ -18,8 +18,8 @@
left: 50%;
z-index: 2;
}

@keyframes spin {
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
Expand Down

0 comments on commit 293476e

Please sign in to comment.