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

Line 66: Line 66:
 
/* FOOTER */
 
/* FOOTER */
  
section#footer{
+
section#footer {
    display: flex;
+
  position: relative;
    flex-direction: row;
+
  margin-top: -180px; /* negative value of footer height */
    justify-content: center;
+
  height: 180px;
    align-items: center;
+
  clear: both;
    height: 15vw;
+
  background: #1C1E1F;
max-height: 250px;
+
}  
    margin: 0;
+
    background: #1C1E1F;
+
   
+
    left: 0;
+
    right: 0;
+
}
+
 
+
section#footer i{
+
color:rgba(255,255,255,0.3);
+
padding: 20px;
+
font-size: 5vw;
+
}
+
 
+
  
 
</style>
 
</style>
 
</head>
 
</head>
 
</html>
 
</html>

Revision as of 14:00, 26 May 2017