Authorization page done

This commit is contained in:
2022-04-07 20:57:54 -03:00
parent 540e57ce2a
commit bf4080e0bd
8 changed files with 149 additions and 3 deletions

9
public/css/global.css Normal file
View File

@@ -0,0 +1,9 @@
html, body {
margin: 0;
padding: 0;
}
body {
margin: 0vh 3vw;
font-family: 'Be Vietnam Pro', sans-serif;
}