-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
114 lines (106 loc) · 1.99 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700&display=swap');
html,body{
height: 100vh;
width: 100%;
background-color: #000;
}
.container2 {
display: flex;
margin: 0;
padding: 0;
width: 100%;
height: 90vh;
overflow: hidden;
font-family: poppins;
background-color: #000;
}
.container3 {
display: flex;
margin: 0;
padding: 0;
width: 100%;
height: 80vh;
overflow: hidden;
font-family: poppins;
background-color: #000;
}
.container{
margin: 0;
padding: 0;
width: auto;
height: 94vh;
overflow: hidden;
font-family: poppins;
background-color: #000;
}
body::-webkit-scrollbar {
display: none;
}
.img img {
position: relative;
width: 600px;
height: 450px;
left: 1.5%;
top: 81px;
}
.img2 img{
position: relative;
width: 490px;
height: 400px;
left: 147.5%;
/* top: 0px; */
float: right;
}
.img3 img{
position: relative;
width: 500px;
left: 134.5%;
top: 107px;
}
.title {
position: fixed;
position: absolute;
top: 155px;
/* text-align: right; */
left: 64%;
line-height: 0.8;
font-size: 100px;
font-weight: 550;
color: #767d88;
}
.title2 {
position: fixed;
position: absolute;
top: 630px;
left: 5%;
line-height: 1;
font-size: 90px;
font-weight: 550;
color: #767d88;
}
.title3 {
position: fixed;
position: absolute;
top: 1100px;
left: 12%;
line-height: 1;
font-size: 100px;
font-weight: 550;
color: #767d88;
}
.title p{
font-size: 30px;
font-weight: 300;
color: grey;
text-transform: uppercase;
left: 1800px;
letter-spacing: 10px;
}
.title2 p{
font-size: 25px;
font-weight: 300;
color: grey;
text-transform: uppercase;
left: 1800px;
letter-spacing: 10px;
}