Line 8: | Line 8: | ||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 60: | Line 23: | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
Line 279: | Line 202: | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
− | + | body{ | |
− | + | margin:0; | |
− | + | padding:0; | |
− | + | background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%); | |
− | + | background-blend-mode: screen; | |
− | + | text-decoration:none; | |
+ | overflow: scroll; | ||
+ | font-family: 'Varela Round', sans-serif; | ||
+ | box-sizing: border-box; | ||
+ | color:#24305E; | ||
+ | } | ||
+ | .clr{ | ||
+ | clear:both; | ||
+ | } | ||
− | + | hr { | |
− | + | border: 0; | |
− | + | height: 4px; | |
− | + | background-image: linear-gradient(to right,white, #F76C6C, white); | |
− | + | } | |
− | + | ||
+ | .container{ | ||
+ | width: 100%; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | padding-top:5%; | ||
+ | height: 100%; | ||
+ | position: relative; | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | .content{ | ||
+ | background:none; | ||
+ | margin:auto; | ||
+ | padding:0; | ||
+ | width:90%; | ||
+ | height: 100%; | ||
+ | position:relative; | ||
+ | color:#24305E; | ||
+ | } | ||
Revision as of 08:22, 12 September 2018