Line 1,156: | Line 1,156: | ||
.referencesSafe{ | .referencesSafe{ | ||
font-size: 90%; | font-size: 90%; | ||
+ | } | ||
+ | /******************Achievments**********************************************/ | ||
+ | .AchievmentsPic{ | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | .Achievments ul { | ||
+ | list-style: none; /* Remove list bullets */ | ||
+ | |||
+ | } | ||
+ | .Achievments li{ | ||
+ | padding-bottom: 20px ; | ||
+ | } | ||
+ | .Achievments li:before { | ||
+ | content: "✔"; /* Insert content that looks like bullets */ | ||
+ | padding-right: 8px; | ||
+ | } | ||
+ | .AchievmentsTitle{ | ||
+ | font-size: 35px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | padding-bottom: 3%; | ||
+ | padding-top: 3%; | ||
} | } | ||
/***********************NoteBook************************/ | /***********************NoteBook************************/ |
Revision as of 23:29, 16 October 2016