Spaces:
Running
on
Zero
Running
on
Zero
Curinha
commited on
Commit
·
5241704
1
Parent(s):
17a2e18
Update home.html to modify background gradient and enhance button styling
Browse files- templates/home.html +4 -2
templates/home.html
CHANGED
@@ -7,9 +7,11 @@
|
|
7 |
<style>
|
8 |
body {
|
9 |
font-family: 'Poppins', sans-serif;
|
10 |
-
background: linear-gradient(135deg, #
|
11 |
color: white;
|
12 |
text-align: center;
|
|
|
|
|
13 |
padding: 50px;
|
14 |
}
|
15 |
h1 {
|
@@ -34,7 +36,7 @@
|
|
34 |
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
|
35 |
}
|
36 |
.button {
|
37 |
-
background: #
|
38 |
color: white;
|
39 |
padding: 12px 24px;
|
40 |
margin-top: 20px;
|
|
|
7 |
<style>
|
8 |
body {
|
9 |
font-family: 'Poppins', sans-serif;
|
10 |
+
background: linear-gradient(135deg, #00216e, #0077ff);
|
11 |
color: white;
|
12 |
text-align: center;
|
13 |
+
background-attachment: fixed;
|
14 |
+
background-size: cover;
|
15 |
padding: 50px;
|
16 |
}
|
17 |
h1 {
|
|
|
36 |
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
|
37 |
}
|
38 |
.button {
|
39 |
+
background: #1641a5;
|
40 |
color: white;
|
41 |
padding: 12px 24px;
|
42 |
margin-top: 20px;
|