forked from Ashvin991345/firstweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathas.css
More file actions
78 lines (75 loc) · 1.42 KB
/
as.css
File metadata and controls
78 lines (75 loc) · 1.42 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
* {
margin:0;
padding: 0;
box-sizing: border-box;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
html,body{
height: 100%;
width: 100%;
}
main{
height: 100%;
width: 100%;
background-color:rgb(237, 250, 64) ;
}
nav{
padding: 60px 100px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
nav part2{
display: flex;
align-items: center;
justify-content: center;
gap: 300px;
}
nav h2{
font-size: 48px;
font-weight: 500;
}
nav a{
font-size: 39px;
color: black;
text-decoration: none;
}
section{
padding: 60px 100px;
}
section .hero-text1{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
section.hero-text1{
font-size: 260px;
text-transform: uppercase;
line-height: 300px;
font-family: gilroy;
font-weight: 900px;
margin-top: 100px;
}
section.hero-text1 .vedio{
height: 220px;
width: 700px;
background-color: black;
border-radius: 200px;
margin-top: 50px;
section .hero-text2{
display: flex;
align-items: flex-end;
justify-content: space-between;
}
section.hero-text2 h1{
font-size: 350px;
text-transform: uppercase;
line-height: 300px;
font-weight: 900px;
}
section.hero-text2 p{
font-size:40px;
text-transform: uppercase;
width: 900px;
}