Merge branch 'master' of 123niel/Time-Service into master

This commit is contained in:
Moritz 2019-01-23 09:26:08 +00:00 committed by Gitea
commit 4e8d57482e
2 changed files with 2 additions and 10 deletions

Binary file not shown.

View file

@ -1,11 +1,3 @@
/* If you want you can use font-face */
@font-face {
font-family: 'BebasNeueRegular';
src: url('BebasNeue\ Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body,
html {
height: 100vh;
@ -32,7 +24,7 @@ html {
}
#date {
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
text-align: center;
text-shadow: 0 0 5px #00c6ff;
@ -51,7 +43,7 @@ ul li {
display: inline;
font-size: 10em;
text-align: center;
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0 0 5px #00c6ff;
}