Difference between revisions of "Template:Team:Bielefeld-CeBiTec/CSS"

m (another link color test)
Line 62: Line 62:
 
     height: 320px;
 
     height: 320px;
 
}
 
}
 +
 +
 +
/* FOOTER */
 +
 +
section#footer{
 +
    display: flex;
 +
    flex-direction: row;
 +
    justify-content: center;
 +
    align-items: center;
 +
    height: 15vw;
 +
max-height: 250px;
 +
    margin: 0;
 +
    background: #1C1E1F;
 +
    position: absolute;
 +
    left: 0;
 +
    right: 0;
 +
}
 +
 +
section#footer i{
 +
color:rgba(255,255,255,0.3);
 +
padding: 20px;
 +
font-size: 5vw;
 +
}
 +
 +
section#footer i:hover{
 +
color: rgba(255,255,255,1);
 +
}
 +
  
 
</style>
 
</style>
 
</head>
 
</head>
 
</html>
 
</html>

Revision as of 13:45, 26 May 2017