Skip to content

Commit

Permalink
Cut out a bit of unnecessary CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBoesen committed May 4, 2016
1 parent a57b793 commit 3e527c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions gyro.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
height: 175px;
border: solid 2px black;
border-radius: 50%;
z-index: 50;
margin-left: 30px;
margin-top: 15px;
}
#gyroArm {
transform-origin: bottom;
Expand Down
4 changes: 2 additions & 2 deletions gyro.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<svg id="gyro">
<circle id="gyroCircle" cx="85" cy="85" r="50" stroke="black" />
<rect id="gyroArm" x="80" y="5" width="10" height="80" stroke="black" />
<circle id="gyroCircle" cx="85" cy="85" r="50" />
<rect id="gyroArm" x="80" y="5" width="10" height="80" />
<text id="gyroNumber" x="90" y="115" fill="black"></text>
</svg>

0 comments on commit 3e527c3

Please sign in to comment.