minor bug in example code

class='float: right;' should be style='float: right;'
This commit is contained in:
alisdt 2021-09-22 11:41:05 +01:00 committed by GitHub
parent 1c059608f3
commit f1006ccf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ var instructions = {
<div style='width: 700px;'>
<div style='float: left;'><img src='img/blue.png'></img>
<p class='small'><strong>Press the F key</strong></p></div>
<div class='float: right;'><img src='img/orange.png'></img>
<div style='float: right;'><img src='img/orange.png'></img>
<p class='small'><strong>Press the J key</strong></p></div>
</div>
<p>Press any key to begin.</p>