Difference between revisions of "Team:Stockholm/hugicss"
Line 39: | Line 39: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.875em; | font-size: 1.875em; | ||
+ | text-align: left; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-family: 'Nunito', sans-serif; | ||
+ | font-weight: bold; | ||
+ | font-size: 1.5em; | ||
text-align: left; | text-align: left; | ||
border-bottom: none; | border-bottom: none; |
Revision as of 17:37, 2 September 2015
/* Containers */
.content-container { height: auto; max-width: 1100px; min-width: 700px; position: relative; top: 100px; }
/* Meet the team */
- {margin: 0; padding: 0;}
- team-panel {
height: 120px; width: 100%; font-size:0; }
- profile-picture {
width: 20%; display: inline-block; vertical-align: top; }
- profile-headline {
width: 80%; background-color: FF11DD; font-size:14; display: inline-block; vertical-align: top; }
/* Typography */
h1 { font-family: 'Nunito', sans-serif; font-weight: bold; font-size: 1.875em; text-align: left; border-bottom: none; }
h2 { font-family: 'Nunito', sans-serif; font-weight: bold; font-size: 1.5em; text-align: left; border-bottom: none; }
p { font-family: 'Nunito', sans-serif; font-size: 0.875em; text-align: left; }