Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
|
11 |
/* Child Box */
|
12 |
.container {
|
13 |
-
width:
|
14 |
height: 450px;
|
15 |
border: 5px solid black; /* Border */
|
16 |
background-color: white;
|
@@ -18,7 +18,7 @@
|
|
18 |
}
|
19 |
.txt {
|
20 |
margin: 10px;
|
21 |
-
width:
|
22 |
height: 50px;
|
23 |
font-size: 40px;
|
24 |
text-align: right;
|
@@ -26,7 +26,7 @@
|
|
26 |
|
27 |
}
|
28 |
.box {
|
29 |
-
width:
|
30 |
height: 50px;
|
31 |
margin: 10px;
|
32 |
font-size: 30px;
|
|
|
10 |
|
11 |
/* Child Box */
|
12 |
.container {
|
13 |
+
width: 300px;
|
14 |
height: 450px;
|
15 |
border: 5px solid black; /* Border */
|
16 |
background-color: white;
|
|
|
18 |
}
|
19 |
.txt {
|
20 |
margin: 10px;
|
21 |
+
width: 240px;
|
22 |
height: 50px;
|
23 |
font-size: 40px;
|
24 |
text-align: right;
|
|
|
26 |
|
27 |
}
|
28 |
.box {
|
29 |
+
width: 50px;
|
30 |
height: 50px;
|
31 |
margin: 10px;
|
32 |
font-size: 30px;
|