This commit is contained in:
brausjonas
2023-03-26 01:39:23 +01:00
parent 10fa58f1cf
commit d0e607e0da
4 changed files with 28 additions and 40 deletions
+19
View File
@@ -0,0 +1,19 @@
/*
------------------------------------------------------------------------------------------
General
------------------------------------------------------------------------------------------
*/
body {
background-image: linear-gradient(#c67746, #88b3ae);
height: 100%;
}
h1 {
font-size: 40px;
text-align: center;
padding: 20px;
color: #41423f;
}