Advertisement
kobial8

Team Type 2 | CSS Code

Feb 28th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. #section-staff{
  2.     background: #2C3E50;
  3. }
  4. #section-staff header{color: #fff;}
  5. .member figcaption{color: #ffffff;}
  6. .member i{
  7.     text-decoration: none;
  8.          font-size: 1.7em;
  9.          width: 2em;
  10.          text-align: center;
  11.          line-height: 2em;
  12.          background: #3486BC;
  13.          color: #ffffff;
  14.      border-radius: 1.5em;
  15. }
  16.  
  17. /*
  18.  * Staff
  19.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  20. .staff{
  21.     margin-bottom: -10px;
  22. }
  23. .member{
  24.     margin-bottom: 30px;
  25.     text-align: center;
  26. }
  27. .member > a{
  28.     display: inline-block;
  29.     position: relative;
  30.     width: 150px;
  31.     border-radius: 50%;
  32.     margin: 0 0 15px;
  33. }
  34. .member img{
  35.     width: 100%;
  36.     border-radius: 50%;
  37. }
  38. .member figcaption h4{
  39.     margin: 0 0 2px;
  40. }
  41. .member .bubble{
  42.     position: absolute;
  43.     top: 0;
  44.     right: 0;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement