-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles_changerProfil.css
More file actions
81 lines (64 loc) · 1.17 KB
/
styles_changerProfil.css
File metadata and controls
81 lines (64 loc) · 1.17 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<style>
body
{
font-family: 'Open Sans', sans-serif;
background-color:white;
width: 320px;
}
h1
{
text-align: left;
}
#titre1{
text-align: center;
font-size: 300%;
}
#titre_liste{
font-size: 28px;
}
.w3-btn{
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
width: 50%;
}
.container{
margin-top: 100px;
margin-left: 5%;
}
a{
color: black;
text-decoration: none;
}
.tableau{
display: flex;
}
table{
margin-top: 100px;
border-collapse:separate
max-width:700px;
min-width:200px;
text-align:center;
border:1px solid black;
border-radius: 5px;
}
th, td{
border:1px solid black;
border-radius: 5px;
width:50%;
text-align: left;
margin: auto;
}
.tableau_button{
margin-top: 50px;
display: flex;
}
</style>