mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-16 17:11:48 +00:00
feat: dev-web - frontend login, register, dashboard
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#Title {
|
||||
text-align: center;
|
||||
justify-self: center;
|
||||
font-size: xxx-large;
|
||||
}
|
||||
|
||||
.main-button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: x-large;
|
||||
margin: 10px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user