Difference between revisions of "Template:DTU-Denmark/mainCSS"

Line 134: Line 134:
 
.popup {
 
.popup {
 
   margin: 70px auto;
 
   margin: 70px auto;
  padding: 20px;
+
    padding: 20px;
  background: #fff;
+
    background: #fff;
  border-radius: 5px;
+
    border-radius: 5px;
  width: 30%;
+
    width: 70%;
  position: relative;
+
    max-height: 400px;
  transition: all 5s ease-in-out;
+
    overflow: auto;
 +
    position: relative;
 +
    transition: all 5s ease-in-out;
 
}
 
}
  

Revision as of 23:02, 20 October 2019