styling fixes
This commit is contained in:
parent
396d750a70
commit
4ff9d3934c
5 changed files with 20 additions and 5 deletions
|
@ -8,6 +8,13 @@
|
|||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue