Skip to content

Commit c062530

Browse files
Merge pull request #43 from beavertronics/Add-slow-loading-message
2 parents ced8baf + 84c4085 commit c062530

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

more/CSS/school-construction.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ it makes it so that when you hover over the link it changes the color
3131
this does not directly apply to the link tag itself, but anything containing it
3232
*/
3333

34-
.link-container :hover {
34+
.link-container:hover {
3535
color: gray;
3636
}
3737

more/school-construction.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
<!--
2929
this is the text to go back
3030
-->
31-
<h1 class="center link-container">
32-
<a class="header-link" href="/more/">
31+
<h1 class="center">
32+
<a class="header-link link-container" href="/more/">
3333
Back
3434
</a>
35+
<p>It takes several seconds to load...</p>
3536
</h1>
3637

3738
<!--

0 commit comments

Comments
 (0)