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

(Created page with "#hp { font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 11...")
 
Line 41: Line 41:
 
height: 100%;
 
height: 100%;
 
width: 100%;
 
width: 100%;
border-radius: 20px;
 
 
}#hp .col-sm-8 {
 
}#hp .col-sm-8 {
 
margin-top: 30px;
 
margin-top: 30px;
 
}
 
}

Revision as of 01:17, 17 October 2016

  1. hp {

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. hp a {

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

  1. hp a:hover {

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

  1. hp article h1 {

margin-top: 10px; }

  1. hp article .divider {

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

  1. hp p {

margin-top: 20px; }

  1. hp p.caption {

text-align: center; font-size: 11pt; }

  1. hp article .row {

margin-top: 20px; margin-bottom: 20px; }

  1. hp .row img {

height: 100%; width: 100%; }#hp .col-sm-8 { margin-top: 30px; }