Spaces:
Running
Running
Create static/styles.css
Browse files- static/styles.css +17 -0
static/styles.css
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#container {
|
2 |
+
width: 800px;
|
3 |
+
height: 600px;
|
4 |
+
border: 1px solid #ccc;
|
5 |
+
margin: 20px auto;
|
6 |
+
}
|
7 |
+
|
8 |
+
#controls {
|
9 |
+
text-align: center;
|
10 |
+
margin-bottom: 10px;
|
11 |
+
}
|
12 |
+
|
13 |
+
button {
|
14 |
+
padding: 10px 20px;
|
15 |
+
margin: 5px;
|
16 |
+
cursor: pointer;
|
17 |
+
}
|