Skip to content

Commit 8ced4df

Browse files
committed
Code indentation fix.
1 parent 56d5594 commit 8ced4df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ <h3>Astronaut Chat</h3>
2323
<img src = "LaunchCode_rocketline_white.png" height = "75" width = "75" id = "rocket"/>
2424
</div>
2525
<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>
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>
3232
</div>
3333
</div>
3434
<div class="centered">

0 commit comments

Comments
 (0)