Alexvatti commited on
Commit
8e690e9
·
verified ·
1 Parent(s): a79962d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -10,7 +10,7 @@
10
 
11
  /* Child Box */
12
  .container {
13
- width: 380px;
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: 255px;
22
  height: 50px;
23
  font-size: 40px;
24
  text-align: right;
@@ -26,7 +26,7 @@
26
 
27
  }
28
  .box {
29
- width: 70px;
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;