Line 12: | Line 12: | ||
/********************************* MAIN BODY ********************************/ | /********************************* MAIN BODY ********************************/ | ||
+ | #mainbox { | ||
+ | background-color: #f3f3f3; | ||
+ | position: relative; | ||
+ | width: 20%; | ||
+ | top: 5%; | ||
+ | left: 5%; | ||
+ | border-width: 2px; | ||
+ | } | ||
+ | #mainbox h2 { | ||
+ | font-family: "Lustria", Times, serif; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | #mainbox h4 { | ||
+ | font-family: "Lustria", Times, serif; | ||
+ | font-size: 16px; | ||
+ | color: #6cd94e; | ||
+ | } | ||
+ | |||
+ | #mainbox p { | ||
+ | font-family: "Lato", Helvetica, sans-serif; | ||
+ | font-size: 14px; | ||
+ | } | ||
/********************************* MENU ********************************/ | /********************************* MENU ********************************/ |
Revision as of 14:38, 2 October 2016