Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeDurok authored Aug 3, 2024
1 parent 706488c commit 7662188
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ body {
}

.arm {
border-radius: 100%;
border-radius: 50%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
box-shadow:
0 0 15px #f8f8f8,
inset 0 0 15px #f8f8f8;
transform-origin: center center;
}

.hours {
Expand All @@ -56,11 +57,15 @@ body {
width: 4vh;
height: 4vh;
background-color: white;
border-radius: 100%;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) translateY(-50%);
box-shadow:
0 0 15px #f8f8f8,
inset 0 0 15px #f8f8f8;
transform-origin: center center;
}

/* Media Queries per dispositivi mobili */
Expand Down

0 comments on commit 7662188

Please sign in to comment.