-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (66 loc) · 1.39 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
63
64
65
66
.conteneur{
background: #F5DEC1;
width: 100%;
height: auto;
}
.buttom1{
color: #fff;
display: block;
width: 400px!important;
height: 59px;
outline: none;
font-size: 30px;
font-weight: bold;
border-radius: 20px;
flex-wrap: nowrap;
background:white;
border:none;
color:black;
margin-left: 35%;
}
.conteneur-top1{
padding-top: 2%;
}
h4{
text-align: center;
margin-top: 3%;
margin-right: 37%;
font-size: 22px;
}
a{
text-decoration: none;
}
*, ::before, ::after{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
.tableau-style{
border-collapse:collapse ;
min-width: 400px;
width: auto;
box-shadow: 0 5px 50px rgba(0,0,0,0.15);
cursor: pointer;
margin: 100px auto;
border: 2px solid black;
margin-top: 2%;
}
thead tr{
text-align: center;
background-color: #C2956E;
}
th, tr{
padding: 15px 20px;
}
tbody tr, td, th{
border: 1px solid grey;
}
tbody tr:nth-child(even){
background-color: #E5D1B8;
}
.voir{
color: darkgrey;
}