Difference between revisions of "Template:Uppsala/CSS"

Line 19: Line 19:
 
     color: #34495e;
 
     color: #34495e;
 
     padding: 50px;
 
     padding: 50px;
     border: solid black 5px;
+
     border: solid ecf0f1 2px;
 
     border-radius: 10px;
 
     border-radius: 10px;
     transition: box-shadow 0.1s, background-color 0.1s, transform 0.1s;
+
     transition: box-shadow 0.1s, background-color 0.1s, transform 0.1s, border 0.1s;
 
}
 
}
  
Line 28: Line 28:
 
     color: ghostwhite;
 
     color: ghostwhite;
 
     padding: 50px;
 
     padding: 50px;
 +
    border: none;
 
     border-radius: 10px;
 
     border-radius: 10px;
 
     transition: box-shadow 0.1s, background-color 0.1s, transform 0.1s;
 
     transition: box-shadow 0.1s, background-color 0.1s, transform 0.1s;

Revision as of 13:02, 16 June 2016