calander.css
790 Bytes
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
.container1{
display: flex;
justify-content: center;
align-items: baseline;
}
.client{
border: 0px;
background-color: white;
}
.image{
width: 32px;
height: 32px;
}
.search{
border:0px;
background-color: white;
}
.logo{
font-size: 60px;
}
/*selection*/
.container2{
margin: 50px 0px 70px 0px;
background-color: blanchedalmond;
}
.selection{
display: flex;
list-style: none;
justify-content: center;
}
.selection li{
padding: 8px 16px;
}
.select a{
color: black;
text-decoration: none;
}
.selection li:hover{
padding: 8px 16px;
background-color: burlywood ;
}
.row{
display:flex;
justify-content: space-evenly;
}
img[class^="selection"]{
width: 150px;
height: 150px;
padding: 100px;
}