Most people want to keep it simple, removed background color
This commit is contained in:
parent
e728dcce5d
commit
e5a1765edb
@ -1,7 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Arial', sans-serif;
|
font-family: 'Arial', sans-serif;
|
||||||
background: rgb(0,197,255);
|
background-color: #f4f4f4;
|
||||||
background: linear-gradient(39deg, rgba(0,197,255,1) 0%, rgba(29,74,253,1) 50%, rgba(0,197,255,1) 100%);
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -144,4 +143,4 @@ button:hover {
|
|||||||
font-family: "Poppins", sans-serif;
|
font-family: "Poppins", sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user