Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
//main css
|
| 2 |
-
main.css-r25f88{
|
| 3 |
}
|
| 4 |
|
| 5 |
//options menu
|
|
@@ -8,6 +8,11 @@ div.css-ocqkz7{
|
|
| 8 |
}
|
| 9 |
|
| 10 |
//header menu
|
| 11 |
-
div.menu{
|
| 12 |
display:none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
}
|
|
|
|
| 1 |
//main css
|
| 2 |
+
div.main.css-r25f88{
|
| 3 |
}
|
| 4 |
|
| 5 |
//options menu
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
//header menu
|
| 11 |
+
div.menu {
|
| 12 |
display:none;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
//mabigation
|
| 16 |
+
div.nav{
|
| 17 |
+
background-color:green;
|
| 18 |
}
|