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

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

Revision as of 13:59, 19 October 2019