Токен в .env и новый стиль

This commit is contained in:
2020-08-31 16:07:50 +03:00
parent ff1d8db3e0
commit 589493ae69
3 changed files with 29 additions and 6 deletions

20
style.css Normal file
View File

@@ -0,0 +1,20 @@
* {
font-family: 'Russo One', sans-serif;
color: lightgray;
background-color: #597da3;
}
body {
height: 100%;
text-align: center;
margin-top: 20%;
}
a {
text-decoration: none;
font-size: xx-large;
}
a:hover {
color: white;
}