username23231 commited on
Commit
1a971c8
·
1 Parent(s): c809433

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -1
style.css CHANGED
@@ -1 +1,6 @@
1
- body > div > main > div > section.pt-8.border-gray-100.md\:col-span-6.lg\:col-span-7 > div.border.rounded-xl.gap-x-4.gap-y-7.p-5.mb-8 > div > div { display: none}
 
 
 
 
 
 
1
+ body > div > main > div > section.pt-8.border-gray-100.md\:col-span-6.lg\:col-span-7 > div.border.rounded-xl.gap-x-4.gap-y-7.p-5.mb-8 > div > div { display: none}
2
+
3
+ body {
4
+ background-color: red;
5
+ color: green;
6
+ }