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

Line 32: Line 32:
  
 
.button-container a {
 
.button-container a {
  transition: all 1s ease-out;
+
transition: all 1s ease-out;
  background: rgba(88, 88, 88, 0.7);
+
    background: rgba(10, 10, 10, 0.7);
  border-radius:50%; vertical-align:middle;
+
    border-radius: 50%;
  padding:5%;  
+
    vertical-align: middle;
  color: #FFFFFF;
+
    padding: 5%;
  position:absolute;
+
    color: #FFFFFF;
  font-size: 1.125em;  
+
    position: absolute;
  font-weight: 700;  
+
    font-size: 1.225em;
  top: 0;
+
    font-weight: 700;
  left:0;
+
    top: 0;
  right:0;
+
    left: 0;
  bottom:0;
+
    right: 0;
  width:90%;
+
    bottom: 0;
  display:inline-block;
+
    width: 100%;
  text-decoration: none;
+
    display: inline-block;
  text-transform:uppercase;
+
    text-decoration: none;
 +
    text-transform: uppercase;
 +
 
 
}
 
}
  

Revision as of 13:43, 19 October 2019