-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
51 lines (49 loc) · 1.34 KB
/
main.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
#home{
position: relative;
width: 100vw;
height: 100vh;
overflow-x: hidden;
}
.head-background{
width: 100%;
height: 100%;
background: rgb(19,84,122); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(19,84,122,1) 0%, rgba(64,193,171,1) 42%, rgba(128,208,199,1) 89%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(19,84,122,1) 0%,rgba(64,193,171,1) 42%,rgba(128,208,199,1) 89%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(19,84,122,1) 0%,rgba(64,193,171,1) 42%,rgba(128,208,199,1) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position: absolute;
display: flex;
align-items: flex-end;
}
/* .head-navbar--shrink a:focus{
color: #000;
} */
.head-container, .doc-container{
width: 100%;
height: 80%;
}
.head-content{
width: 50%;
height: 100%;
float: left;
padding: 7%;
}
.head-content>.logo{
display: block
}
.head-content>.desc{
display: block;
margin-top: 30px;
width: 100%;
color: var(--light-grey);
}
.action-button{
margin-top: 30px;
}
.action-button .mv-button{
color: var(--dark-blue);
}
.logo-animation{
width: 80%;
}