Colors
This commit is contained in:
+14
-3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user