XRachel commited on
Commit
4161d20
·
verified ·
1 Parent(s): 4095ac5

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -3
style.css CHANGED
@@ -1,11 +1,12 @@
1
 
2
  /* --- Page background: Single unified background --- */
 
3
  html, body {
4
  background-color: rgb(40,9,109) !important;
5
- background-image: url('Python_R.jpg') !important;
6
- background-position: top center !important;
7
  background-repeat: no-repeat !important;
8
- background-size: 100% auto !important;
9
  margin: 0 !important;
10
  padding: 0 !important;
11
  min-height: 100vh !important;
 
1
 
2
  /* --- Page background: Single unified background --- */
3
+
4
  html, body {
5
  background-color: rgb(40,9,109) !important;
6
+ background-image: url('/file=Python_R.jpg') !important;
7
+ background-position: center top !important;
8
  background-repeat: no-repeat !important;
9
+ background-size: cover !important;
10
  margin: 0 !important;
11
  padding: 0 !important;
12
  min-height: 100vh !important;