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

 
(6 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
padding-top: 50px;
 
padding-top: 50px;
 
text-align: center;
 
text-align: center;
}
 
#cntr #nav table {
 
border: 0  #FFFFFF;
 
 
}
 
}
 
#cntr a {
 
#cntr a {
 
color: #000 !important;
 
color: #000 !important;
text-decoration: none !important;
+
text-decoration: underline;
 +
}
 +
#cntr a:hover {
 +
        font-style: italic !important;
 +
        color: #000 !important;
 +
        text-decoration: none !important;
 +
}
 +
#cntr article img  {
 +
width: 100%;
 +
height: 100%;
 +
}
 +
#cntr .row {
 +
margin-top: 10px;
 
}
 
}

Latest revision as of 21:12, 16 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: underline; }

  1. cntr a:hover {
       font-style: italic !important;
       color: #000 !important;
       text-decoration: none !important;

}

  1. cntr article img {

width: 100%; height: 100%; }

  1. cntr .row {

margin-top: 10px; }