-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_media.css
128 lines (107 loc) · 1.81 KB
/
index_media.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/* Media Quary On 1024px */
@media screen and (min-width: 1024px) {
/* Nav Bar */
nav {
height: 12vh;
width: 100%;
position: fixed;
top: 0;
}
.hero {
height: 57vh;
width: 104%;
}
/* Hero Section Start */
.learn,
.babbar {
font-size: 35px;
}
.tagline p {
font-size: 30px;
}
/* Hero Section End */
/* <!-- Social Data Section start --> */
.data-section {
/* margin-top: 240px; */
height: 45vh;
width: 104%;
}
.V-line1 {
height: 25vh;
}
/* <!-- Social Data Section End --> */
.p2 {
font-size: 30px;
}
.card {
height: 50vh;
width: 30vw;
}
.card-row1{
flex-wrap: wrap;
}
.card-row2{
flex-wrap: wrap-reverse;
}
.company-logo{
height: 55vh;
width: 104%;
}
.footer{
height: 40vh;
width: 104%;
}
.V-line2 {
margin-top: 4px;
height: 35vh;
}
}
/* Media Quary On 1280px */
@media screen and (min-width: 1280px) {
/* Nav bar start */
nav {
height: 19vh;
}
/* Nav bar End */
/* Hero Section Start */
.learn,
.babbar {
font-size: 45px;
}
.tagline p {
font-size: 30px;
}
/* Hero Section End */
/* <!-- Social Data Section start --> */
.data-section {
margin-top: 290px;
height: 50vh;
}
.V-line1 {
height: 25vh;
}
/* <!-- Social Data Section End --> */
.card {
height: 90vh;
width: 25vw;
}
.card-row1{
flex-wrap: nowrap;
}
.card-row2{
flex-wrap: nowrap;
}
.company-logo {
height: 40vh;
margin-bottom: 60px;
}
/* footer start */
.footer {
height: 60vh;
}
.V-line2 {
margin-top: 35px;
height: 40vh;
}
/* footer End */
}