Eli Passes You The Boof: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{The}} {{#css: #content { background-color: black; color: white; } #firstHeading { font-family: "Anton", sans-serif; text-transform: uppercase; color: white; } }} h" |
yeah |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{The}} | {{The}}{{#css: | ||
body { | |||
{{#css: | background-color: black; | ||
color: white; | |||
} | |||
#content { | #content { | ||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
border: none; | |||
} | } | ||
#firstHeading { | #firstHeading, .accept { | ||
font-family: "Anton", sans-serif; | font-family: "Anton", sans-serif; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: white; | color: white; | ||
font-size: max(4rem, 8vw); | |||
text-align: center; | |||
border: none; | |||
margin: 0 !important; | |||
} | |||
.boof img { | |||
display: block; | |||
text-align: center; | |||
margin: auto; | |||
width: 80vw; | |||
} | |||
#n-mainpage-description > a { | |||
color: white !important; | |||
} | } | ||
}} | }}[[File:Boof.jpg|class=boof]]<p class="accept">do you accept?</p> | ||