Skip to content

Commit

Permalink
[del] circle
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsimonart committed May 9, 2018
1 parent f0e610e commit c470914
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@
background: linear-gradient(salmon, crimson);
}

#circle {
position: absolute;
/* float: right; */
/* top: 25%; */
/* left: 25%; */
width: 10px;
height: 10px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 12px;
background: green;
}
</style>
<style type="text/css">
body,
Expand Down Expand Up @@ -154,7 +142,6 @@
</div>
</div>
</div>
<div id='circle'></div>
<script src="{{ url_for('static', filename='base.js') }}"></script>
</body>
</html>

0 comments on commit c470914

Please sign in to comment.