Difference between revisions of "Team:Stockholm/hugicss"

Line 17: Line 17:
 
width: 100%;
 
width: 100%;
 
font-size:0;
 
font-size:0;
display: inline-block;
 
vertical-align: top;
 
 
}
 
}
  
 
#profile-picture {
 
#profile-picture {
 
width: 25%;
 
width: 25%;
 +
display: inline-block;
 +
vertical-align: top;
 
}
 
}
  
Line 29: Line 29:
 
background-color: FF11DD;
 
background-color: FF11DD;
 
font-size:14;
 
font-size:14;
 +
display: inline-block;
 +
vertical-align: top;
 
}
 
}
  

Revision as of 17:32, 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;}
  1. team-panel {

height: 120px; width: 100%; font-size:0; }

  1. profile-picture {

width: 25%; display: inline-block; vertical-align: top; }

  1. profile-headline {

width: 75%; 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; }

p { font-family: 'Nunito', sans-serif; font-size: 0.875em; text-align: left; }