-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
137 lines (137 loc) · 2.78 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
* {
padding: 0%;
margin: 0%;
}
.header {
background-image:linear-gradient(45deg,
rgba(9, 3, 3, 0.75),
rgba(11, 18, 25, 0.75)),url(IN-en-20220801-popsignuptwoweeks-perspective_alpha_website_large.jpg);
/* linear-gradient(45deg, rgb(245,70,60,55)) */
/* background-image:url(IN-en-20220801-popsignuptwoweeks-perspective_alpha_website_large.jpg); */
width: 100%;
height: 850px;
}
.navbar {
color: rgb(249, 244, 244);
font-size: 25px;
text-align: center;
margin-top: 200px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn {
position: absolute;
top: 0;
right: 0%;
padding: 50px;
padding-right: 50px;
display: block;
color: rgb(191, 191, 195);
}
.navbar_inner {
display: flex;
justify-content: center;
}
.block {
width: 100%;
height: 10px;
background-color: rgb(78, 74, 74);
}
.header1 {
width: 100%;
height: 500px;
background-color: black;
color: rgb(250, 238, 238);
display: flex;
justify-content: space-around;
}
.right {
padding: 180px 180px 50px 120px;
font-size: 23px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.rightimage .subblock {
align-items: center;
background: #000;
border: 2px solid hsla(0,0%,100%,.25);
border-radius: 0.75em;
box-shadow: 0 0 2em 0 #000;
display: flex;
margin: 0 auto;
min-width: 15em;
padding: 0.25em 0.65em;
position: absolute;
width: 25%
}
.subblock {
display: block;
position: absolute;
top: 1600px;
left: 70px;
/* margin-right: 250px; */
}
.rightimage {
padding: 50px 120px 30px 110px;
}
.left {
padding: 40px 180px 50px 8px;
}
.leftimage {
padding: 120px 250px 70px 21px;
font-size: 23px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.header123 {
width: 100%;
height: 180px;
background-color: black;
color: white;
display: flex;
justify-content: space-around;
}
.head {
padding-top: 50px;
padding-left: 40px;
font-size: 23px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.li {
display: block;
width: 800px;
height: 80px;
background-color: rgb(52, 45, 45);
}
.li h2 {
padding: 25px;
}
.header12 {
width: 100%;
height: 850px;
background-color: black;
color: white;
display: flex;
justify-content: space-around;
}
.gap {
width: 100%;
height: 20px;
}
.Abc {
margin-top: auto;
}
.header1234 {
width: 100%;
height: 100px;
background-color: black;
color: white;
}
.main {
width: 100%;
height: 300px;
background-color: black;
color: rgb(106, 106, 111);
}
.xyz {
position: absolute;
top: 4190px;
left: 280px;
}