-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (49 loc) · 1.13 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* footer */
/* #root > div:nth-child(1) > div.withScreencast > div > div > div > section.main.css-uf99v8.ea3mdgi5 > div.block-container.css-1y4p8pa.ea3mdgi4 > div:nth-child(1) > div > div:nth-child(8) {
text-align: center;
position: fixed;
left: 0px;
bottom: 0px;
} */
.footer {
text-align: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
}
.link {
text-align: center;
margin-left: 150px;
margin-right: 150px;
}
/* centrage des boutons */
.row-widget.stButton {
align-items: center;
align-self: center;
align-content: center;
text-align: center;
}
/* centrage du titre */
h1 {
text-align: center;
margin-left: 0 !important;
position: relative;
right: 50px !important;
font-family: "Comic Sans Ms";
}
.css-10trblm {
margin-left: 0 !important;
text-align: center !important;
position: initial !important;
flex: auto !important;
}
/* taille de police des labels */
p {
font-size: 16px !important;
}
/* Désactiver la sidebar */
section[data-testid="stSidebar"] {
display: none !important;
}