-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.css
76 lines (62 loc) · 1.23 KB
/
Home.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
.u-section-1 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/a55e03917c664df49acc3c4e77624c5975e9c5f9b65fe0545d660fea1484d6980e4d2c1642aa3f32106f51a491f9805872e69cacb64c286e4e9d2d_1280.jpg');
background-position: 50% 50%;
background-size: cover;
width: 100%;
height: 100vh;
}
.u-section-1 .u-sheet-1 {
min-height: 800px;
}
.u-section-1 .u-text-1 {
margin: 294px auto 0;
}
.u-section-1 .u-text-2 {
width: 826px;
margin: 32px auto 0;
}
.u-section-1 .u-social-icons-1 {
height: 41px;
min-height: 16px;
width: 143px;
min-width: 68px;
margin: 142px auto 60px;
}
.u-section-1 .u-icon-1 {
height: 41px;
}
.u-section-1 .u-icon-2 {
height: 41px;
}
.u-section-1 .u-icon-3 {
height: 41px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 660px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 506px;
}
.u-section-1 .u-text-2 {
width: 720px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 380px;
}
.u-section-1 .u-text-2 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 239px;
}
.u-section-1 .u-text-2 {
width: 340px;
}
}