|
@@ -1,14 +1,27 @@
|
|
1
|
+@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
|
1
|
2
|
page-home {
|
2
|
|
- // .bg {
|
3
|
|
- // height: 100%;
|
4
|
|
- // width: 100%;
|
5
|
|
- // background: linear-gradient(160deg, #b627f2 30%, #10DFC8 70%)
|
6
|
|
- // }
|
7
|
|
- .bg-image{
|
|
3
|
+ .bg-image {
|
8
|
4
|
background-image: url('../assets/imgs/autumn-daylight-environment-218820.jpg');
|
9
|
5
|
background-repeat: no-repeat;
|
10
|
6
|
background-position: center;
|
11
|
7
|
background-size: cover;
|
12
|
|
-
|
|
8
|
+ }
|
|
9
|
+ .head {
|
|
10
|
+ position: absolute;
|
|
11
|
+ display: block;
|
|
12
|
+ //color: rgb(255, 124, 1);
|
|
13
|
+ top: 22%;
|
|
14
|
+ left: 50%;
|
|
15
|
+ transform: translate(-50%, -50%);
|
|
16
|
+ width: 100%;
|
|
17
|
+ font-size: 100px;
|
|
18
|
+ background-image: linear-gradient(to bottom,rgb(207, 0, 0), rgb(0, 172, 0));
|
|
19
|
+ -webkit-background-clip: text;
|
|
20
|
+ color: transparent;
|
|
21
|
+ }
|
|
22
|
+ .head h1 {
|
|
23
|
+ font-size: 7vh !important;
|
|
24
|
+ font-weight: lighter !important;
|
|
25
|
+ font-family: 'Permanent Marker', cursive;
|
13
|
26
|
}
|
14
|
27
|
}
|