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" |
No edit summary |
||
Line 2: | Line 2: | ||
{{#css: | {{#css: | ||
body { | |||
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 | |||
} | |||
.boof img { | |||
display: block; | |||
text-align: center; | |||
margin: auto; | |||
} | } | ||
}} | }} | ||
[[File:Boof.jpg|class=boof]] | |||
<p class="accept">do you accept?</p> |