(Created page with "{{Rice}} <html> </html>") |
|||
Line 1: | Line 1: | ||
{{Rice}} | {{Rice}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | h1 { | ||
+ | font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial; | ||
+ | font-size: 30px; | ||
+ | font-style: normal; | ||
+ | font-variant: normal; | ||
+ | font-weight: bold; | ||
+ | line-height: 26.4px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-family: "DIN Alternate", Helvetica, Arial; | ||
+ | font-size: 18px; | ||
+ | font-style: normal; | ||
+ | font-color: white; | ||
+ | font-variant: normal; | ||
+ | font-weight: bold; | ||
+ | line-height: 20.4px; | ||
+ | background-color: black; | ||
+ | padding: 5px 15px 5px 15px; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-family: Helvetica, Arial, sans-serif; | ||
+ | font-size: 11px; | ||
+ | font-style: normal; | ||
+ | color: #fff; | ||
+ | font-variant: normal; | ||
+ | font-weight: normal; | ||
+ | line-height: 20px; | ||
+ | background-color: black; | ||
+ | padding: 5px 15px 5px 15px; | ||
+ | |||
+ | } | ||
+ | .pagediv { | ||
+ | padding: 30px; | ||
+ | height:100vh; | ||
+ | |||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | <div class = 'pagediv' color = 'green'> | ||
+ | <h1>poop</h1> | ||
+ | </div> | ||
+ | <div class = 'pagediv' color = 'blue'> | ||
+ | <h1>peep</h1> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 01:45, 28 September 2016