-
Notifications
You must be signed in to change notification settings - Fork 0
/
supporter.css
64 lines (55 loc) · 960 Bytes
/
supporter.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
.supporter {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-right: 20px;
margin-top: 5px;
}
.support {
display: flex;
flex-direction: column;
padding-right: 20px;
padding-top: 10px;
width: 600px;
height: 320px;
border-right: solid 4px blueviolet;
}
.icon{
display: flex;
flex-direction: row;
}
img {
width: 40px;
height: 40px;
margin-bottom: 40px;
}
span{
padding-right: 10px;
padding-top: 5px;
font-size: larger;
}
p{
padding-right: 10px;
padding-top: 6px;
font-size: large;
}
.sup-img{
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
width: 450px;
height: 450px;
margin-top: 50px;
}
footer{
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.train-img{
width: 100vw;
height: 600px;
}