This commit is contained in:
2022-10-15 15:22:45 +02:00
parent b542a29054
commit 0057bbcd96
60 changed files with 7654 additions and 4 deletions

View File

@ -0,0 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

View File

@ -0,0 +1,13 @@
.login-wrapper{
display: flex;
justify-content: center;
align-items: center;
height: 600px;
}
.login{
border: 1px solid grey;
border-radius: 5px;
box-shadow: 2px 2px 2px grey;
padding: 30px;
}