xp3857 commited on
Commit
e8c84cd
1 Parent(s): bc5c8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -16
app.py CHANGED
@@ -56,19 +56,7 @@ t_out = ("""
56
  background: #ff000059;
57
 
58
  }
59
- #main_image{
60
- width: 100%;
61
- height: 100%;
62
- background: #ff000059;
63
- }
64
- #overlay_image{
65
- position: absolute;
66
- bottom: 10px;
67
- right: 10px;
68
- width: 30px;
69
- height: 30px;
70
- background: red;
71
- }
72
  .popup{
73
  background-color: #ffffff;
74
  width: 420px;
@@ -78,7 +66,6 @@ t_out = ("""
78
  top: 50%;
79
  border-radius: 8px;
80
  font-family: "Poppins",sans-serif;
81
- display: none;
82
  text-align: center;
83
  position: fixed;
84
  width: 200px;
@@ -117,10 +104,11 @@ t_out = ("""
117
  <div class="popup">
118
  <button id="close">&times;</button>
119
  <h2>Automatic Pop-Up</h2>
120
- <p>
121
  Time Out!
 
122
  </p>
123
- <a href="#">Let's Go</a>
124
  </div>
125
  </div>
126
  <!--Script-->
 
56
  background: #ff000059;
57
 
58
  }
59
+
 
 
 
 
 
 
 
 
 
 
 
 
60
  .popup{
61
  background-color: #ffffff;
62
  width: 420px;
 
66
  top: 50%;
67
  border-radius: 8px;
68
  font-family: "Poppins",sans-serif;
 
69
  text-align: center;
70
  position: fixed;
71
  width: 200px;
 
104
  <div class="popup">
105
  <button id="close">&times;</button>
106
  <h2>Automatic Pop-Up</h2>
107
+ <p><center>
108
  Time Out!
109
+ </center>
110
  </p>
111
+ <a href="#" class="popup button">Let's Go</a>
112
  </div>
113
  </div>
114
  <!--Script-->