-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_intro.scss
More file actions
38 lines (32 loc) · 707 Bytes
/
_intro.scss
File metadata and controls
38 lines (32 loc) · 707 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
.intro {
height: 764px;
background-color: #F1E4E6;
margin: 0 0 65px 0;
&__wrap {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
background-image: url('./img/man.png');
background-repeat: no-repeat;
background-position: -208px bottom;
}
&__text {
max-width: 377px;
padding-left: 16px;
border-left: 12px solid $decor-color;
color: $b-color;
font-style: normal;
font-weight: 900;
}
h1 {
font-size: 48px;
line-height: 58px;
}
h2 {
font-size: 30px;
}
.decor {
color: $decor-color;
}
}