Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
b5f8eb3
1
Parent(s):
184e5ae
Update app.css
Browse files
app.css
CHANGED
@@ -43,15 +43,15 @@ img {
|
|
43 |
color: #656bd6 !important;
|
44 |
}
|
45 |
h1 {
|
46 |
-
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
|
47 |
-
background-size: cover;
|
48 |
-
color: transparent;
|
49 |
-
-moz-background-clip: text;
|
50 |
-
-webkit-background-clip: text;
|
51 |
text-transform: uppercase;
|
52 |
-
font-size: 60px;
|
53 |
-
line-height: .75;
|
54 |
-
margin: 10px 0;
|
55 |
}
|
56 |
.panel_header {
|
57 |
color: black !important;
|
|
|
43 |
color: #656bd6 !important;
|
44 |
}
|
45 |
h1 {
|
46 |
+
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif) !important;
|
47 |
+
background-size: cover !important;
|
48 |
+
color: transparent !important;
|
49 |
+
-moz-background-clip: text !important;
|
50 |
+
-webkit-background-clip: text !important;
|
51 |
text-transform: uppercase;
|
52 |
+
font-size: 60px !important;
|
53 |
+
line-height: .75 !important;
|
54 |
+
margin: 10px 0 !important;
|
55 |
}
|
56 |
.panel_header {
|
57 |
color: black !important;
|