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

Line 34: Line 34:
 
margin-top: 30px;
 
margin-top: 30px;
 
}
 
}
#experiments .row.images{
+
#experiments .images{
 
max-width:800px;
 
max-width:800px;
margin: auto;
+
margin-left: auto;
 +
        margin-right:auto;
 
}
 
}
 
#experiments .row img {
 
#experiments .row img {

Revision as of 22:17, 16 October 2016

@charset "UTF-8";

  1. experiments {

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

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

  1. experiments a:hover {

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

  1. experiments article h1 {

margin-top: 10px; }

  1. experiments article .divider {

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

  1. experiments p {

margin-top: 20px; }

  1. experiments .row {

margin-top: 30px; }

  1. experiments .images{

max-width:800px; margin-left: auto;

       margin-right:auto;

}

  1. experiments .row img {

height: 100%; width: 100%; }

  1. experiments p.caption {

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