File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 15
15
< body >
16
16
< h1 > a-MAZE-ing</ h1 >
17
17
< h3 class ="missionControl-title hide "> Mission Control</ h3 >
18
- < button class ="start-button "> Ready to start</ button >
18
+ < button class ="start-button "> start</ button >
19
19
< div class ="missionControl hide ">
20
20
< textarea class ="commands "> </ textarea >
21
21
< button class ="execute " title ="Execute ">
Original file line number Diff line number Diff line change 4
4
flex-direction : column;
5
5
align-items : center;
6
6
font-family : 'Press Start 2P' , cursive;
7
- background-color : lightgoldenrodyellow ;
7
+ background-color : # fafafa ;
8
8
}
9
9
10
10
.winner {
54
54
animation : float-right 5.5s ease-in-out infinite;
55
55
}
56
56
57
- # canvas {
58
- background-color : # fafafa ;
59
- border : 3px solid black;
60
- }
61
-
62
57
button {
63
58
font-size : 20px ;
64
59
}
@@ -71,7 +66,8 @@ button {
71
66
72
67
.start-button {
73
68
position : relative;
74
- top : 65px ;
69
+ width : 200px ;
70
+ /* top: px; */
75
71
}
76
72
77
73
.hide {
@@ -90,12 +86,12 @@ button {
90
86
margin : 0px ;
91
87
position : relative;
92
88
padding : 0px 0px 0px 4px ;
93
- top : 52 px ;
89
+ top : 12 px ;
94
90
}
95
91
96
92
.missionControl {
97
93
border : 5px solid black;
98
- margin : 40 px 0px ;
94
+ margin : 0 px 0px ;
99
95
padding : 20px ;
100
96
}
101
97
You can’t perform that action at this time.
0 commit comments