Skip to content

Commit

Permalink
Design adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel committed Oct 24, 2025
1 parent 7b25ca1 commit 5d894db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Binary file modified clock-face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
border: 1px solid rgba(255, 255, 255, 0.18);
text-align: center;
min-width: 300px;
display: flex;
flex-direction: column;
align-items: center;
}

.clock {
Expand All @@ -60,15 +63,18 @@
}

.analog-clock {
width: 280px;
height: 280px;
margin: 0 auto 20px auto;
width: 340px;
height: 340px;
margin: 0 auto -40px auto;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.clock-face {
width: 100%;
height: 100%;
width: 280px;
height: 280px;
border-radius: 50%;
background: radial-gradient(circle, #f8f6f0 0%, #e8e6e0 70%, #d0cec8 100%);
border: 12px solid;
Expand Down

0 comments on commit 5d894db

Please sign in to comment.