Skip to content

Commit

Permalink
Central circle added
Browse files Browse the repository at this point in the history
  • Loading branch information
beginner1986 committed Apr 7, 2023
1 parent 5ff8265 commit 59282f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Clock/beginner1986/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<div id="minutes"></div>
<div id="seconds"></div>
<div id="lines-container"></div>
<div id="central-circle"></div>
</div>

<script src="script.js"></script>
Expand Down
8 changes: 8 additions & 0 deletions Clock/beginner1986/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ body {
top: 8%;
}

#central-circle {
position: absolute;
width: 4%;
height: 4%;
border-radius: 50%;
background-color: black;
}

.line {
width: 0.3%;
height: 5%;
Expand Down

0 comments on commit 59282f1

Please sign in to comment.