Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
9b94dc4
1
Parent(s):
b003161
Update app.css
Browse files
app.css
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
.box {
|
2 |
border: 2px solid black;
|
3 |
text-align: center;
|
@@ -26,6 +30,7 @@ img {
|
|
26 |
transition: all .2s ease-out 0s !important;
|
27 |
box-shadow: 0 10px #DBFBFB !important;
|
28 |
border-radius: 10px !important;
|
|
|
29 |
--tw-gradient-from: #C0FCDC !important;
|
30 |
--tw-gradient-to: #DBFBFB !important;
|
31 |
}
|
|
|
1 |
+
:root {
|
2 |
+
/* define any variables here */
|
3 |
+
}
|
4 |
+
|
5 |
.box {
|
6 |
border: 2px solid black;
|
7 |
text-align: center;
|
|
|
30 |
transition: all .2s ease-out 0s !important;
|
31 |
box-shadow: 0 10px #DBFBFB !important;
|
32 |
border-radius: 10px !important;
|
33 |
+
border-color: black !important;
|
34 |
--tw-gradient-from: #C0FCDC !important;
|
35 |
--tw-gradient-to: #DBFBFB !important;
|
36 |
}
|