mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
migrated to nextjs
This commit is contained in:
63
styles/Home.styl
Normal file
63
styles/Home.styl
Normal file
@@ -0,0 +1,63 @@
|
||||
@require 'Breakpoints.styl'
|
||||
|
||||
#home
|
||||
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
|
||||
font-size 16vw
|
||||
font-weight bold
|
||||
+is-netbook()
|
||||
font-size 16vmin
|
||||
|
||||
footer
|
||||
bottom 0
|
||||
flex-direction column
|
||||
font-size 1.2em
|
||||
|
||||
header
|
||||
top 0
|
||||
flex-direction row
|
||||
font-size 2em
|
||||
|
||||
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
|
||||
padding 1rem
|
||||
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)
|
Reference in New Issue
Block a user