Files
flufflparty-/mainPage.css
T
2023-03-26 01:39:23 +01:00

20 lines
376 B
CSS

/*
------------------------------------------------------------------------------------------
General
------------------------------------------------------------------------------------------
*/
body {
background-image: linear-gradient(#c67746, #88b3ae);
height: 100%;
}
h1 {
font-size: 40px;
text-align: center;
padding: 20px;
color: #41423f;
}