We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5594 commit 8ced4dfCopy full SHA for 8ced4df
index.html
@@ -23,12 +23,12 @@ <h3>Astronaut Chat</h3>
23
<img src = "LaunchCode_rocketline_white.png" height = "75" width = "75" id = "rocket"/>
24
</div>
25
<div class="center-block">
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
- <h3>Space Shuttle Height</h3>
31
- <p id='spaceShuttleHeight'>0</p><span> miles</span>
+ <button id="up">Up</button>
+ <button id="down">Down</button>
+ <button id="right">Right</button>
+ <button id="left">Left</button>
+ <h3>Space Shuttle Height</h3>
+ <p id='spaceShuttleHeight'>0</p><span> miles</span>
32
33
34
<div class="centered">
0 commit comments