-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.css
64 lines (54 loc) · 984 Bytes
/
About.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
.about-page-container{
}
.header{
display: flex;
padding: 30px;
/* border-bottom: 0.5px solid grey; */
align-items: center;
font-size: 14px;
color: #555;
height: 90px;
}
.header small{
padding-top: 10px;
/* color: pink; */
}
.display-inline{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.back-btn{
width: 70px;
}
.about-text-container{
/* display: flex; */
flex-direction: column;
/* justify-content: center; */
width: 100%;
}
.about-text-container h2{
text-align: center;
}
.about-body-container{
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
font: bold;
color: grey;
font-size: 20px;
flex-direction: row;
}
.left-about{
padding: 10px;
margin: 10px;
width: 50%;
display: flex;
justify-content: center;
}
.right-about{
margin-top: 30px;
padding: 10px;
width: 50%;
}