Difference between revisions of "Team:Marburg/test"

Line 40: Line 40:
 
         z-index: 10;
 
         z-index: 10;
 
         transition: height 0.5s ease-in-out, line-height 0.5s ease-in-out, font-size 0.5s ease-in-out;
 
         transition: height 0.5s ease-in-out, line-height 0.5s ease-in-out, font-size 0.5s ease-in-out;
      }
 
 
      .header_wrapper {
 
        display: inline-block;
 
        height: 100%;
 
        text-align: left;
 
      }
 
 
      .header_logo {
 
        position: absolute;
 
        height: 100%;
 
        color: white;
 
        font-weight: bold;
 
        font-size: 32px;
 
        animation: logo_fadeIn 1.0s ease-in-out;
 
        z-index: 1;
 
      }
 
 
      .header_logo>img {
 
        position: absolute;
 
        top: 50%;
 
        width: 180px;
 
        height: 100%;
 
        opacity: 0.8;
 
        transform: translateY(-50%);
 
 
       }
 
       }
 
     </style>
 
     </style>

Revision as of 16:04, 21 July 2019