-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
43 lines (38 loc) · 756 Bytes
/
Copy pathcontact.css
File metadata and controls
43 lines (38 loc) · 756 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
#adresse {
display: flex;
justify-content: center;
}
#adresse ul {
display: flex;
list-style: none;
}
#ardesse ul li {
width: 300px;
height: 300px;
margin: 60px;
border: 1px rgb(230, 230, 230);
box-shadow: 0 0 10px rgba(0, 0, 0, alpha0.15);
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
}
#adresse ul li img {
width: 150px;
margin-top: 20px;
}
#adresse ul li h3 {
margin: 0;
margin-top: 30px;
margin-bottom: 10px;
font-size: 24px;
color: rgb(40, 40, 40);
}
main h2 {
width: 100%;
text-align: center;
margin: 0;
margin-top: 30px;
font-size: 34px;
color: rgb(40, 40, 40);
}