OMGJ commited on
Commit
d8f3aa6
·
verified ·
1 Parent(s): 1390e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +48 -0
app.py CHANGED
@@ -158,6 +158,54 @@ if selecte == "Home":
158
  [data-v-5af006b8]{
159
  background-color:black;
160
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  </style>
162
  """
163
  , unsafe_allow_html=True)
 
158
  [data-v-5af006b8]{
159
  background-color:black;
160
  }
161
+ /* Les container*/
162
+ .st-emotion-cache-6srzk2 {
163
+ background-color: #f9ca49c0;
164
+ border: 1px solid rgba(28, 131, 225, 0.1);
165
+ text-align: center;
166
+ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
167
+
168
+
169
+ }
170
+
171
+ .menu .container-xxl[data-v-5af006b8] {
172
+ background-color: transparent !important;
173
+ }
174
+
175
+ @font-face {
176
+ font-family: "Anton";
177
+ src: url(Anton-Regular.ttf);
178
+ }
179
+ /*Les Titres*/
180
+ .st-emotion-cache-10trblm {
181
+ font-size: 1.8rem;
182
+ color: #424143;
183
+ font-weight: 300;
184
+ text-transform: uppercase;
185
+ line-height: 1.235;
186
+ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
187
+
188
+ }
189
+ /*section2 lement2*/
190
+ .st-emotion-cache-1q7spjk{
191
+ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
192
+ margin-left:5% !important;
193
+ margin-right: 5% !important;
194
+ color: #FF3131;
195
+ font-size: 1.8rem;
196
+ font-weight: 300;
197
+ text-transform: uppercase;
198
+ line-height: 1.235;
199
+
200
+ }
201
+ /*Les paragraphes*/
202
+ p {
203
+
204
+ color: 424143;
205
+ padding-left:20% ;
206
+ padding-right: 20%;
207
+ font-size: 20px;
208
+ }
209
  </style>
210
  """
211
  , unsafe_allow_html=True)