-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-flex-exo.css
More file actions
70 lines (50 loc) · 796 Bytes
/
style-flex-exo.css
File metadata and controls
70 lines (50 loc) · 796 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
59
60
61
62
63
64
65
66
67
68
69
body{
color:black;
font-family : sans-serif;
margin : 1rem
}
.bloc1{
background-color:#399473;
color:white
}
.bloc2{
background-color:#8A9233;
color:white;
}
.bloc3{
background-color:#3E5DC4;
color:white;
}
article{
display: flex;
padding : 1rem;
align-items: center;
justify-content: center;
border-radius : 8px;
}
.une>article{
margin-block : 0.2rem;
}
.deux{display : flex}
.deux>article{
flex : auto;
margin : 0.5rem;
}
.trois{display : flex}
.trois>.bloc1{
flex : 0 0 50%
}
.trois>article{
flex : 1 1 auto;
margin : 0 0.5rem
}
.quatre{display:flex}
.cinq{display:flex; flex-direction : column}
.cinq>.bloc2{
flex :127px
}
.cinq>article{
flex : 1 1 auto;
margin : 0.5rem 0
}
.six{display : flex}