Skip to content

Commit

Permalink
Style loadingindicator
Browse files Browse the repository at this point in the history
  • Loading branch information
aksylumoed committed Mar 24, 2024
1 parent 7c71d1a commit 7e1a088
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion artworks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="/" id="homeLink"></a>
</div>
<div id="loadingIndicator">
<div>fetching...</div>
<div id="fetchingText">fetching...</div>
<div id="progressText"></div>
</div>
<img id="initialArtwork">
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ body {
transform: translate(-50%, -50%);
font-size: 16px;
color: #6c6c6c;
min-height: 50px; /* Or another value that fits your design */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#progressText {
font-size: 15px;
}

.artwork-container {
Expand Down

0 comments on commit 7e1a088

Please sign in to comment.