-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhoraire.css
More file actions
90 lines (86 loc) · 1.42 KB
/
Copy pathhoraire.css
File metadata and controls
90 lines (86 loc) · 1.42 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
82
83
84
85
86
87
88
89
90
body{
padding: 0px;
margin: 0px;
background-color: whitesmoke;
}
.gras{
font-weight: bold;
}
.hor{
width: 100%;
background-color: skyblue;
color: white;
font-weight: bold;
height: 100px;
font-family: sans-serif;
padding: 10px 30px;
}
main{
width: 80%;
margin: 10px auto;
text-align: center;
background-color: white;
border: 1px gainsboro solid;
}
main h1{
color: red;
font-size: 25px;
font-family: sans-serif;
background-color: powderblue;
padding: 10px;
margin: 5px;
}
.horaire{
border: 1px gainsboro solid;
margin: 0px 5px;
}
h2{
color: darkblue;
text-align: left;
font-size: 20px;
font-family: sans-serif;
padding: 2px 5px;
cursor: pointer;
}
table{
width: 100%;
}
td,tr{
border: 1px gainsboro solid ;
margin: 0px;
}
.a{
cursor: pointer;
text-align: right;
}
a{
color: red;
}
table, a{
display: none;
}
.go{
width: 50px;
height:40px;
border-radius: 100px;
cursor: pointer;
}
.information{
text-align: center;
background-color: powderblue;
}
.bleu{
color: rgb(0, 0, 0);
background-color: skyblue;
cursor: pointer;
width: 100%;
height:35%;
font-family: sans-serif;
}
.cent{
text-align: center;
}
.scrole{
cursor: pointer;
color: rgb(44, 81, 97);
}