Difference between revisions of "Team:Northwestern/css/notebook days"

Line 16: Line 16:
 
color: #000 !important;
 
color: #000 !important;
 
text-decoration: none !important;
 
text-decoration: none !important;
 +
}
 +
#cntr img  {
 +
width: 100%;
 +
height: 100%;
 
}
 
}

Revision as of 14:45, 12 October 2016

@charset "UTF-8";

  1. cntr {

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

  1. cntr #nav {

padding-top: 50px; text-align: center; }

  1. cntr a {

color: #000 !important; text-decoration: none !important; }

  1. cntr img {

width: 100%; height: 100%; }