-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.styl
125 lines (119 loc) · 2.74 KB
/
index.styl
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css')
@import url('https://fonts.googleapis.com/css?family=Anton')
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900')
space = #002f4b
body
height 100% !important
html
height 100% !important
.main
height 100% !important
Header
background url('https://s3.amazonaws.com/chewiekie/img/chewiekie-orion-nebula.jpg') center center no-repeat
background-size cover
min-height 100%
z-index: -9999
&:before
content ''
position absolute
top 0
right 0
bottom 0
left 0
background-image: linear-gradient(to bottom right,space,black)
opacity .6
#universe
z-index 0
width 100%
height 100%
position absolute
.content
padding-top 25px
color white
.logo
h3
display inline-block
font-size 20px
padding 7px 0px
text-transform uppercase
letter-spacing 1.2px
font-weight 300
font-family 'Lato', sans-serif
.nav
a
color white
svg
font-size 22px !important
margin-top -3px
.hero
font-family 'Lato', sans-serif
padding 80px 0px
h1
font-size: 400px
color rgba(white,0.1)
margin-bottom 0px
h2
color white
font-size 35px
margin-top -130px
h3
color white
margin-bottom 30px
.btn-back
background-color space
cursor pointer
margin 30px 0px
padding 12px
border 1px solid space
color white
font-weight 200
text-transform uppercase
font-size 13px
border-radius 5px
letter-spacing 1.5px
transition all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
box-shadow 0 1px 2px 0 rgba(0,0,0,0.03)
&:hover
background-color rgba(space,0.8)
transform scale(1.03)
color rgba(white,0.8)
text-decoration: none
.astro
img
position fixed
top 40%
transform: translatey(0px);
animation: float 6s ease-in-out infinite;
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-40px);
}
100% {
transform: translatey(0px);
}
}
@media (max-width: 676px)
.main
header
.hero
padding 50px 0px
h1
font-size 160px !important
h2
font-size: 24px
margin-top -60px
h3
font-size: 19px
.btn-back
font-size: 12px
.nav-link
padding .5rem .5rem
.astro
display none
img
width: 120px
bottom 0
position absolute