-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
134 lines (119 loc) · 1.94 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
body {
margin: 0;
color: #ffffff;
font-family: Avenir;
}
.top {
background: #242424;
min-height: 80vh;
position: relative;
}
header {
display: flex;
padding: 0.375rem 3.8125rem;
box-sizing: border-box;
justify-content: center;
align-items: center;
gap: 0.9375rem;
font-size: 0.5rem;
margin: auto;
padding-top: 1.25rem;
width: 100%;
max-width: 1000px;
z-index: 2;
position: relative;
}
h1 {
margin: 0;
text-align: right;
font-size: 0.75rem;
font-family: Avenir Next Condensed;
font-weight: 700;
}
.title div {
text-align: right;
font-size: 0.3125rem;
font-family: Avenir;
font-weight: 500;
}
hr {
margin: 5px 0;
border: none;
border-bottom: 1px solid #c26669;
}
.middle {
flex: 1;
height: 1.5625rem;
border-radius: 3px;
border: 1px solid #fff;
opacity: 0.15000000596046448;
flex-shrink: 0;
text-align: right;
box-sizing: border-box;
padding: 0.375rem 0.625rem;
}
.copy {
position: absolute;
right: 20%;
width: 30%;
min-width: 200px;
}
.copy p {
color: #fff;
font-size: 6px;
font-family: Avenir Next;
font-weight: 500;
line-height: 190.1%;
}
.copy h2 {
margin: 0;
margin-top: 1.625rem;
color: #fff;
font-size: 20px;
font-family: Avenir Next;
font-weight: 700;
line-height: 1em;
}
.bottom {
display: flex;
padding: 52px 34px;
flex-direction: column;
align-items: center;
background: #000;
gap: 10px;
}
.grid {
display: flex;
padding: 29px;
align-items: flex-start;
justify-content: center;
align-content: flex-start;
gap: 73px 40px;
flex-wrap: wrap;
}
.item {
display: flex;
align-items: center;
gap: 21px;
}
h3 {
color: #fff;
font-size: 8px;
font-family: Avenir Next Condensed;
font-weight: 500;
}
.item p {
color: #fff;
font-size: 6px;
font-family: Avenir Next;
font-weight: 500;
line-height: 0%;
letter-spacing: -0.12px;
}
#canvas3d {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}