File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ <h3>Astronaut Chat</h3>
23
23
< img src = "LaunchCode_rocketline_white.png " height = "75 " width = "75 " id = "rocket "/>
24
24
</ div >
25
25
< div class ="center-block ">
26
- < button > Up</ button >
27
- < button > Down</ button >
28
- < button > Right</ button >
29
- < button > Left</ button >
26
+ < button id =" up " > Up</ button >
27
+ < button id =" down " > Down</ button >
28
+ < button id =" right " > Right</ button >
29
+ < button id =" left " > Left</ button >
30
30
< h3 > Space Shuttle Height</ h3 >
31
- < p id ='spaceShuttleHeight '> 0</ p > < p style = " display: inline-block; " > miles</ p >
31
+ < p id ='spaceShuttleHeight '> 0</ p > < span > miles</ span >
32
32
</ div >
33
33
</ div >
34
34
< div class ="centered ">
Original file line number Diff line number Diff line change 16
16
width : 100% ;
17
17
}
18
18
19
+ # spaceShuttleHeight {
20
+ display : inline-block;
21
+ }
22
+
19
23
.center-block {
20
24
text-align : center;
21
25
display : inline-block;
You can’t perform that action at this time.
0 commit comments