Skip to content

Commit f0211a8

Browse files
authored
Update index.html
1 parent 7aba0e1 commit f0211a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
.screen .inner-label__px{letter-spacing:.01em}
5858
.screen .inner-label__percent{font-size:.85em;font-weight:500;color:rgba(34,102,238,.9)}
5959

60-
.rotate-btn{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(14,17,22,.78);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 8px 20px rgba(13,18,28,.16);transition:background .2s ease,transform .2s ease}
60+
.rotate-btn{position:absolute;top:16px;left:16px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(14,17,22,.78);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 8px 20px rgba(13,18,28,.16);transition:background .2s ease,transform .2s ease}
6161
.rotate-btn:hover{background:rgba(34,102,238,.88)}
6262
.rotate-btn:active{transform:scale(.96)}
6363
.rotate-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

0 commit comments

Comments
 (0)