Dagfinn1962 commited on
Commit
c1fd587
1 Parent(s): ff67e28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -61
app.py CHANGED
@@ -1,72 +1,12 @@
1
  <html>
2
  <head>
3
- <style>
4
 
5
- .body
6
- {
7
- background: #000000;
8
- background-repeat: no-repeat;
9
- color:#FFFFFF;
10
- text-decoration: none;
11
- width:100%;
12
- margin:30px;
13
- padding-left: 50px;
14
- align-items: center;
15
-
16
-
17
- }
18
 
19
- .box
20
- {
21
- color:#FFFFFF;
22
- max-width: 90%;
23
-
24
- margin-top: 0px;
25
- padding:20px;
26
- margin-left: 20px;
27
- margin-right: 20px;
28
-
29
- font-size: 14px;
30
- font-weight: 800;
31
- background: #050114;
32
-
33
- border-radius: 25px;
34
- border: 1px solid #464242;
35
- }
36
-
37
- .navbutton {
38
- font-family: verdana;
39
- padding: 10px;
40
- min-width: 150px;
41
- font-weight: bold;
42
- color: #FFFFFF !important;
43
- font-size: 12px;
44
- font-weight:500;
45
- text-shadow: 1px 1px 0px #190A04;
46
- box-shadow: 1px 1px 1px #BEE2F9;
47
- padding: 5px 0px;
48
- border-radius: 10px;
49
- border: 1px solid #FFFFFF;
50
- background: #000000;
51
- }
52
 
53
- .yellowgradiantH2 {
54
-
55
- border-radius: 12px;
56
- margin-left: 20px;
57
- border: 1px 0px 0px #f3ebeb;
58
- font-size: 36px;
59
- background: -webkit-linear-gradient(#f9f931, #efeef3);
60
- -webkit-background-clip: text;
61
- -webkit-text-fill-color: transparent;
62
- }
63
-
64
- </style>
65
-
66
  </head>
67
  <body>
68
  <div class="yellowgradiantH2">
69
- This app has had 300 000 generations ! </div>
70
  <h3 class="box"> I got a very large bill from Prodia, without warning </h3>
71
  </body>
72
 
 
1
  <html>
2
  <head>
 
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  </head>
7
  <body>
8
  <div class="yellowgradiantH2">
9
+ <h3> This app has had 300 000 generations ! </h3>
10
  <h3 class="box"> I got a very large bill from Prodia, without warning </h3>
11
  </body>
12