This commit is contained in:
brausjonas
2023-03-26 01:56:35 +01:00
parent d0e607e0da
commit 28e62f6b3c
5 changed files with 40 additions and 115 deletions
+14 -3
View File
@@ -4,9 +4,14 @@ General
------------------------------------------------------------------------------------------
*/
body {
background-image: linear-gradient(#c67746, #88b3ae);
height: 100%;
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
* {
font-family: "Poppins", sans-serif;
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 16px;
}
h1 {
@@ -17,3 +22,9 @@ h1 {
color: #41423f;
}
.contentArea
{
display: flex;
flex-direction: column;
}