Difference between revisions of "Team:Northwestern/css/collab"

(Created page with "#collab { font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right...")
 
Line 26: Line 26:
 
margin-top: 30px;
 
margin-top: 30px;
 
margin-bottom: 30px;
 
margin-bottom: 30px;
 +
}
 +
#collab img {
 +
width: 100%;
 +
height: 100%;
 +
}
 +
#collab .float_right {
 +
width: 40%;
 +
min-width: 150px;
 +
float: right;
 +
margin: 15px;
 
}
 
}

Revision as of 06:06, 16 October 2016

  1. collab {

font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }

  1. collab a {

color: #000000; text-decoration: underline; }

  1. collab a:hover {

color: #000000; font-style: italic; text-decoration: none; }

  1. collab article h1 {

margin-top: 10px; }

  1. collab article .divider {

display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }

  1. collab img {

width: 100%; height: 100%; }

  1. collab .float_right {

width: 40%; min-width: 150px; float: right; margin: 15px; }