DetGC commited on
Commit
370d75c
·
verified ·
1 Parent(s): fc8554e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -3
index.html CHANGED
@@ -22,13 +22,21 @@
22
  <style id='classic-theme-styles-inline-css' type='text/css'>
23
  body {
24
  font-family: 'Poppins', sans-serif;
 
25
  }
26
- /* Example for applying to specific elements */
27
- h1, h2, h3, h4, h5, h6 {
 
 
 
 
 
 
28
  font-family: 'Poppins', sans-serif;
29
  font-weight: 600; /* Example weight */
30
  }
31
- p {
 
32
  font-family: 'Poppins', sans-serif;
33
  font-weight: 400; /* Regular weight */
34
  }
 
22
  <style id='classic-theme-styles-inline-css' type='text/css'>
23
  body {
24
  font-family: 'Poppins', sans-serif;
25
+ background-color:#333;
26
  }
27
+
28
+ #banner{
29
+ display:none !important;
30
+ background: #333 center 0 !important;
31
+ min-height:auto;
32
+ }
33
+
34
+ h1, h2, h3, h4, h5, h6 {
35
  font-family: 'Poppins', sans-serif;
36
  font-weight: 600; /* Example weight */
37
  }
38
+
39
+ p {
40
  font-family: 'Poppins', sans-serif;
41
  font-weight: 400; /* Regular weight */
42
  }