-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInnovationcreativity.css
More file actions
210 lines (180 loc) · 3.43 KB
/
Copy pathInnovationcreativity.css
File metadata and controls
210 lines (180 loc) · 3.43 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
*
{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body,html{
overflow-x: hidden;
background-size: cover;
background-position: center;
}
/*Topic*/
header{
width: 100vw;
height: 100vh;
background-image: url('pic/n1.jpg') ;
background-position:bottom;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.header .content{
margin-bottom: 150px;
color: whitesmoke;
text-align: center;
}
.header .content h1{
font-size: 4vmin;
}
.line{
width: 150px;
height: 4px;
background: #fc036b;
margin: 10px auto;
border-radius: 5px;
}
.header .content h1{
font-size: 7vmin;
margin-top: 50px;
margin-bottom: 30px;
}
.ctn{
padding: 8px 15px;
background: #2bab0d;
border-radius: 30px;
margin-top: 20px auto;
}
/*Adding the quote*/
.william {
width: 1200px;
height: auto;
margin: auto;
color: black;
position:absolute;
text-align: left;
top: 10%; /*changing the quote top position*/
margin-bottom: 10px;
}
.william .quote{
margin-top: 8%;
padding-left: 20px;
font-family: 25px;
letter-spacing: 1.2px;
line-height: 30px;
align-content: center;
padding-bottom: 25px;
padding-top: 25px ;
text-align: center;
}
/*What is Innovation*/
section{
width: 80%;
margin: 80px auto; /*Cjange the whole section top position*/
}
.title{
text-align: center;
font-size: 4vmin;
color:#2bab0d;
}
.title h1{
font-size: 70px;
color:rgb(206, 128, 27) ;
}
.row{
display: inline-block; /*paragraph position type*/
align-items: center;
width: 100%;
justify-content: space-between;
}
.row .col{
display: flex;
margin-top: 50px; /*Changing the paragraph top possition*/
flex-direction: column;
align-items: center;
}
.row .col .pic11{
margin-top: 20px;
width: 55%;
height: 37%;
} /*changing the image size*/
.row .col .pic22{
margin-top: 40px;
width: 50%;
height: 30%;
}
.row .col .pic33{
margin-top: 40px;
width: 60%;
height: 10%;
}
.what .row{
margin-top: 50px;
}
h2{
font-size: 6vmin;
color: #484848;
margin: 30px auto; /*Change the gap between pic and para */
}
p{
color: rgb(12, 14, 13);
padding: 0px 40px;
margin-bottom: 20px; /*Change the Button gap*/
}
.what .ctn{
margin-top: 30px;
}
/*mobile version*/
@media only screen and (max-width:850px){
.Menu-bar{
padding: 0;
}
.logo{
position: absolute;
top: 30px;
left: 30px;
}
}
.explore{
width: 100%;
height: 100vh;
background-image: url('pic/n2.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: flex;
}
.explore-content{
width: 50%;
padding: 50px;
color: whitesmoke;
display: flex;
align-items: center;
flex-direction: column ;
}
.explore-content h1{
font-size: 7vmin;
margin: 50px;
}
.explore-content p{
color: beige;
}
.row .col .bb{
width: 100px;
height: 40px;
background: rgb(167, 211, 167);
border: 2px solid rgb(0,100,0);
margin-top: 13px;
color: white;
font-size: 15px;
border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
outline: none;
}
.row .col .llb{
background-color: #033627;
color: white;
font-size: large;
}