Skip to content

Commit

Permalink
html formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Jan 20, 2021
1 parent a7f58ff commit 6053624
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ h1 {
color: white;
}

#clicktostart {
font-family: Arial, Helvetica, sans-serif;
padding: 20em, 0;
text-align: center;
font-size: 3em;
color: white;
}

p {
font-family: Arial, Helvetica, sans-serif;
padding: 20em, 0;
Expand Down
8 changes: 8 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ h1 {
color: white;
}

#clicktostart {
font-family: Arial, Helvetica, sans-serif;
padding: 20em, 0;
text-align: center;
font-size: 3em;
color: white;
}

p {
font-family: Arial, Helvetica, sans-serif;
padding: 20em, 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>loading...<br>loading...<br>loading...<br>loading...<br>loading...<br>loadin
<p>if on iPhone you will need to <br>
switch silent mode off on the <br>
side of your phone</p>
<p id="welcometext"> Click or touch <br>screen to start</p>
<p id="clicktostart"> Click or touch <br>screen to start</p>
</div>

<div id="container">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>loading...<br>loading...<br>loading...<br>loading...<br>loading...<br>loadin
<p>if on iPhone you will need to <br>
switch silent mode off on the <br>
side of your phone</p>
<p id="welcometext"> Click or touch <br>screen to start</p>
<p id="clicktostart"> Click or touch <br>screen to start</p>
</div>

<div id="container">
Expand Down

0 comments on commit 6053624

Please sign in to comment.