Add mock data and blur effect if error on API call occurs

This commit is contained in:
2020-06-01 15:23:32 +02:00
parent 52a0e48323
commit 053eb38cd2
2 changed files with 36 additions and 6 deletions

View File

@@ -6,9 +6,18 @@
align-items: center;
text-align: center;
color: whitesmoke;
min-height: 100vh;
background-color: #282c34;
}
.blurred {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.first-place {
font-size: xx-large;
font-weight: bolder;