old.nicco.io/styles/Home.styl

64 lines
987 B
Stylus
Raw Normal View History

2020-01-05 17:34:03 +01:00
@require 'Breakpoints.styl'
2019-03-03 16:13:57 +01:00
2019-03-24 02:32:01 +01:00
#home
2019-05-04 01:17:48 +02:00
height 100vh
width 100vw
display flex
align-items center
justify-content center
perspective 1em
cursor none
#bg
position absolute
left 0
top 0
width 100vw
height 100vh
z-index -1
#letters-wrapper
display inline-block
text-align center
2020-01-05 17:34:03 +01:00
font-size 16vw
2019-05-04 01:17:48 +02:00
font-weight bold
+is-netbook()
2020-01-05 17:34:03 +01:00
font-size 16vmin
2019-05-04 01:17:48 +02:00
footer
bottom 0
flex-direction column
2019-06-02 12:11:06 +02:00
font-size 1.2em
2019-05-04 01:17:48 +02:00
header
top 0
flex-direction row
2019-06-02 12:11:06 +02:00
font-size 2em
2019-05-04 01:17:48 +02:00
span
margin 0 .5em
.fixed
font-family 'Inconsolata', monospace
display flex
align-items center
justify-content center
position absolute
left 0
text-align center
width 100vw
2019-06-02 12:11:06 +02:00
padding 1rem
2019-05-04 01:17:48 +02:00
z-index 1
span
background-color hsla(0, 0%, 100%, 0.15)
a
cursor none
color inherit
transition all 100ms
display inline-block
&:hover
transform scale(1.2)