For the lulz
This commit is contained in:
@ -2,6 +2,10 @@ component FrontPage
|
||||
.frontpage
|
||||
h2 notify.moe
|
||||
|
||||
video.bg-video(autoplay="true", loop="true")
|
||||
source(src="//s1.webmshare.com/ZrK1J.webm")
|
||||
|
||||
|
||||
img.action.screenshot(src="/images/elements/extension-screenshot.png", alt="Screenshot of the browser extension", title="Click to install the Chrome Extension", data-action="installExtension", data-trigger="click")
|
||||
|
||||
Login
|
||||
|
@ -7,11 +7,23 @@
|
||||
font-weight normal
|
||||
letter-spacing 3px
|
||||
text-transform uppercase
|
||||
color white
|
||||
|
||||
.footer
|
||||
text-align center
|
||||
margin-top content-padding
|
||||
|
||||
.bg-video
|
||||
position absolute
|
||||
top 50%
|
||||
left 50%
|
||||
transform translateX(-50%) translateY(-50%)
|
||||
min-width 100%
|
||||
min-height 100%
|
||||
width auto
|
||||
height auto
|
||||
z-index -100
|
||||
|
||||
.screenshot
|
||||
max-width 100%
|
||||
border-radius 3px
|
||||
|
Reference in New Issue
Block a user