Skip to content

Commit 2fa39c8

Browse files
Added a timer
1 parent fc065a7 commit 2fa39c8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

stylesheet.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
body {
2020
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
21-
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
2221
background-color: black;
2322
color: white;
2423
margin: 5px;
@@ -93,6 +92,24 @@ textarea {
9392
bottom: 0%;
9493
}
9594

95+
.timer-button{
96+
97+
height: 32px;
98+
margin: auto;
99+
margin-left: 5px;
100+
margin-right: 5px;
101+
border-radius: 100%;
102+
103+
}
104+
105+
#stop-timer {
106+
107+
margin: auto;
108+
margin-left: 0px;
109+
margin-right: 0px;
110+
111+
}
112+
96113

97114
/*
98115
* Header

0 commit comments

Comments
 (0)