bhaglepravesh commited on
Commit
a162b40
1 Parent(s): 4e7d5b1

Upload 2 files

Browse files
Files changed (2) hide show
  1. backgrounds.jpg +0 -0
  2. index.html +2 -5
backgrounds.jpg ADDED
index.html CHANGED
@@ -97,17 +97,14 @@ nav {
97
  <div style=" background-color: darkolivegreen; color: limegreen; height: 40px; font-size: 25px;"> <marquee scrollamount="12" style="margin: 5px;"> HEART DISEASE PREDICTION SYSTEM</marquee></div>
98
  </div>
99
  <div style= "
100
- background-image: url('background.jpg');
101
  background-size: cover;
102
  background-position: center;
103
  background-repeat: no-repeat;
104
  width: 500px;
105
  height: 300px;
106
  height: 480%; width: 100%; color: blue;">
107
- <div class="inner-div">
108
-
109
- <!-- Your content goes here -->
110
- </div>
111
  </div>
112
 
113
 
 
97
  <div style=" background-color: darkolivegreen; color: limegreen; height: 40px; font-size: 25px;"> <marquee scrollamount="12" style="margin: 5px;"> HEART DISEASE PREDICTION SYSTEM</marquee></div>
98
  </div>
99
  <div style= "
100
+ background-image: url('backgrounds.jpg');
101
  background-size: cover;
102
  background-position: center;
103
  background-repeat: no-repeat;
104
  width: 500px;
105
  height: 300px;
106
  height: 480%; width: 100%; color: blue;">
107
+
 
 
 
108
  </div>
109
 
110