-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
75 lines (66 loc) · 945 Bytes
/
Copy pathabout.css
File metadata and controls
75 lines (66 loc) · 945 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
70
71
72
73
74
75
body{
text-align:center;
}
h1{
font-size: 2.8em;
font-weight: 900;
}
p{
font-size: 1.2em;
}
.section1{
background-image: url("./image/about/about main pic.jpg");
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
}
}
.section2{
background-color: white;
width: 70%;
margin: auto;
padding-top: 20px;
}
.section2 .down{
margin-block-end: 0px;
}
.section2 .up{
margin-block-start: 0px;
}
.section2 p.bold{
font-weight: bold;
}
.section2 .content{
width: 80%;
margin: 6rem auto;
}
/*section 3*/
.section3{
background-color: #240C48;
padding:2rem 5rem;
}
.section3 .block{
background-color: #FEB83F;
margin: 3rem;
text-align: center;
border-radius: 10px;
}
.section3 img{
height: 300px;
}
/*section 3 ends*/
.section4 .content{
width: 70%;
margin: auto;
}
post card
.padding{
padding-bottom: 2rem;
}
h4.card-title{
font-weight: bold;
font-size: :3rem;
}
.foot-sec{
text-align: left;
}