-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (76 loc) · 1.52 KB
/
style.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
html,body{
height: 100%;
width: 100%;
}
.mynav{background-color: rgba(0,0,0,0.70) !important; }
.nav-link{color: #fff;font-size: 18px;}
.nav-link:hover{color: blue;}
/* hero-section */
#home{
background-image: url(assets/img/doc.jpg);
background-position: center center;
background-attachment: fixed;
background-size: cover;
width: 100%;
height: 100%;
}
.landing-text{
position: absolute;
text-align: center;
width: 100%;
color:blue;
top: 58%;
}
.landingheading1{font-size: 70px; text-transform: capitalize;}
.landingheading2{font-size: 70px;text-transform: capitalize;}
/* about-us */
.top-heading p{
width: 100%;
text-align: center;
text-transform: capitalize;
color: #808080ee;
font-size: 65px;
}
.c1,.c2,.c3,.c4{
text-align: center;
border-radius: 0px 30px 0px 30px;
margin-bottom: 50px;
}
.card-title{
margin-top: 15px;
}
.afg{
border: 1px solid blue;
}
.land{
text-transform: uppercase;
font-size: 30px;
}
.card{
font-size: 20px;
}
.card-text{
font-size: 15px;
}
.colq{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.coli{border-radius: 30px;}
.spec-1{
font-size: 20px;
}
.spec-1-head{
font-size: 40px;
}
.end{
text-indent: 30%;
}
.vertical{
border-left: 6px solid blue;
height:400px;
position: absolute;
left:49%;
}