mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-14 01:21:49 +00:00
28 lines
359 B
CSS
28 lines
359 B
CSS
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;
|
|
}
|