Line 64: | Line 64: | ||
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | /* OVERALL STYLE */ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | *{ | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | font-family: Abel, sans-serif; | ||
+ | color: #707070; | ||
+ | background-color: white; | ||
+ | font-weight: lighter; | ||
+ | } | ||
+ | |||
+ | img{ | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | |||
+ | body{ | ||
+ | min-width: 940px; | ||
+ | } | ||
+ | |||
+ | h1{ | ||
+ | font-size: 70px; | ||
+ | } | ||
+ | |||
+ | h2{ | ||
+ | font-size: 50px; | ||
+ | color: black; | ||
+ | |||
+ | } | ||
+ | |||
+ | .half1{ | ||
+ | width: 50%; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .half1{ | ||
+ | width: 50%; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .block6{ | ||
+ | width: 55%; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .block4{ | ||
+ | width: 45%; | ||
+ | float: right; | ||
+ | } | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ |
Revision as of 09:43, 20 July 2018