Update style.css
Browse files
style.css
CHANGED
@@ -9,7 +9,7 @@ body {
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
height: 100vh;
|
12 |
-
background-color: #
|
13 |
overflow: hidden;
|
14 |
}
|
15 |
|
@@ -24,7 +24,7 @@ body {
|
|
24 |
position: absolute;
|
25 |
width: 10px;
|
26 |
height: 80px;
|
27 |
-
background-color: #
|
28 |
}
|
29 |
|
30 |
#paddleLeft {
|
@@ -43,7 +43,7 @@ body {
|
|
43 |
position: absolute;
|
44 |
width: 15px;
|
45 |
height: 15px;
|
46 |
-
background-color: #
|
47 |
border-radius: 50%;
|
48 |
top: 50%;
|
49 |
left: 50%;
|
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
height: 100vh;
|
12 |
+
background-color: #0f0;
|
13 |
overflow: hidden;
|
14 |
}
|
15 |
|
|
|
24 |
position: absolute;
|
25 |
width: 10px;
|
26 |
height: 80px;
|
27 |
+
background-color: #f0f;
|
28 |
}
|
29 |
|
30 |
#paddleLeft {
|
|
|
43 |
position: absolute;
|
44 |
width: 15px;
|
45 |
height: 15px;
|
46 |
+
background-color: #0ff;
|
47 |
border-radius: 50%;
|
48 |
top: 50%;
|
49 |
left: 50%;
|