-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (43 loc) · 824 Bytes
/
style.css
File metadata and controls
48 lines (43 loc) · 824 Bytes
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
.home-landing-container {
margin-left: 13vw;
margin-right: 13vw;
display: grid;
grid-template-rows: 56px 16px 25px 153px 59px 70px 231px;
grid-template-columns: 544px 795px
}
.north-star-title {
width: 100%;
height: 16px;
font-family: sans-serif;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 5.1px;
color: #b3bcc4;
grid-column: 1/1;
grid-row: 2/2;
}
.main-title-leader {
width: 545px;
height: 153px;
font-size: 64px;
font-weight: 500;
color: #20252b;
grid-column: 1/1;
grid-row: 4/4;
}
.journey-button {
border-radius: 8px;
background-color: #008ed4;
font-size: 16px;
font-weight: 600;
color: white;
width: 247px;
height: 70px;
grid-column: 1/1;
grid-row: 7/7;
}
.home-landing-image {
grid-column: 2/2;
grid-row: 2/7;
}