Skip to content

Commit 13d9ca4

Browse files
committed
final
1 parent 6ffd72f commit 13d9ca4

28 files changed

+1028
-0
lines changed

`

Whitespace-only changes.

background-hero.svg

Lines changed: 3 additions & 0 deletions
Loading

bg-pattern-1.svg

Lines changed: 1 addition & 0 deletions
Loading

bg-pattern-2.svg

Lines changed: 1 addition & 0 deletions
Loading

bg-pattern-3.svg

Lines changed: 1 addition & 0 deletions
Loading

css/big.css

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
*{
2+
box-sizing: border-box;
3+
}
4+
.hero{
5+
height: 100vh;
6+
}
7+
div.images {
8+
height: 600px;
9+
}
10+
11+
div.h1 {
12+
width: 70%;
13+
}
14+
15+
@media (max-width:1619px){
16+
.hero{
17+
height: 85vh;
18+
}
19+
div.h1{
20+
font-size: 70px;
21+
}
22+
div.last{
23+
width: 100vw;
24+
/* height: 853px; */
25+
}
26+
div.lastc{
27+
margin-left: 0px;
28+
/* width: 80%; */
29+
justify-content: flex-start;
30+
}
31+
}
32+
33+
@media(min-width:1620px) {
34+
35+
.heading>img {
36+
width: 200px;
37+
}
38+
39+
div.hero {
40+
height: 200vh;
41+
top: -460px;
42+
}
43+
44+
div.h1>h1 {
45+
font-size: 200px;
46+
}
47+
48+
div.btn {
49+
height: 90px;
50+
}
51+
52+
div.btn>button {
53+
width: 230px;
54+
padding-block: 25px;
55+
56+
}
57+
58+
div.svg1 {
59+
width: 280px;
60+
61+
}
62+
63+
div.svg1>img {
64+
height: 600px;
65+
}
66+
67+
div.svg2 {}
68+
69+
div.svg2 {
70+
width: 319px;
71+
height: 395px;
72+
}
73+
74+
div.topi {
75+
width: 50%;
76+
height: 600px;
77+
}
78+
79+
div.topi>img {
80+
height: 630px;
81+
}
82+
83+
div.text {
84+
height: 650px;
85+
margin-top: 81px;
86+
}
87+
div.typer{
88+
height: 100%;
89+
}
90+
div.h2{
91+
font-size: 80px;
92+
}
93+
div.para{
94+
font-size: 32px;
95+
}
96+
div.last{
97+
98+
width: 100vw;
99+
height: 853px;
100+
}
101+
div.lastc{
102+
margin-left: 0px;
103+
width: 80%;
104+
justify-content: flex-start;
105+
}
106+
.img>img {
107+
height: 551px;
108+
}
109+
div.container{
110+
height:100%;
111+
top: 314px;
112+
width: 100%;
113+
114+
}
115+
.h{
116+
font-size: 90px;
117+
}
118+
.p{
119+
font-size: 23px;
120+
}
121+
div.img2{
122+
height: 250px;
123+
}
124+
div.img2>img{
125+
display: none;
126+
}
127+
}
128+
@media(min-width:1800px){
129+
.hero{
130+
131+
}
132+
}
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+

css/big2.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
div.hero {
3+
display: flex;
4+
justify-content: space-between;
5+
background: url(/background-hero.svg) center center/cover;
6+
position: absolute;
7+
top: -100px;
8+
height: 98vh;
9+
width: 100%;
10+
z-index: -1;
11+
}

0 commit comments

Comments
 (0)