Skip to content
Snippets Groups Projects
Select Git revision
  • 2b6e2ab1c4726f3a65c6d67e0c3857a283181176
  • main default protected
  • test-branch
  • revert-f8463ee0
  • revert-ffab2a25
5 results

footer.css

Blame
  • footer.css 1.70 KiB
    @font-face {
        font-family: AccidenzCommons;
        src: url("https://static.igem.wiki/teams/5054/ccaccidenzcommons-medium.otf");
    }
    .my-footer-container{
        position: relative;
        bottom: 0;
        margin: 0 auto;
        background-color: transparent;
        z-index: 6;
        width: 100%;
    }
    .my-footer{
        position: relative;
        bottom: 0;
        margin: 0px auto 0px;
        border-top: 2px solid rgba(24, 90, 79, 1);
        width: 100%;
        z-index: 6;
        background-color: #C6EBE8;
    }
    
    .footer-navigation{
        width: 73%;
        margin: 70px auto 0px;
        display: flex;
        justify-content: space-between;
    }
    
    .footer-navbar-title{
        margin-bottom: 22px;
        font-family: AccidenzCommons;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: rgba(24, 90, 79, 1);
    }
    
    .footer-navbar-contents{
        font-family: AccidenzCommons;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .footer-navbar-contents>a{
        text-decoration: none;
        color: #62D881;
    }
    
    .footer-supports{
        margin: 50px auto 60px;
        width: 80%;
        color: #05BE85;   
        font-family: AccidenzCommons;
        font-size: 17px;
        text-align: center;
    }
    
    .footer-supports a{
        color:#05BE85;
        text-decoration: none;
    }
    
    .footer-supports a:hover{
        text-decoration: underline;
    }
    
    .footer-logos{
        margin: 60px auto 50px;
        width: 70%;
        text-align: center;
    }
    
    .footer-logos>img{
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    
    .footer-infos{
        color: #05BE85;
        font-family: AccidenzCommons;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        background-color: #C6EBE8;
        padding-bottom: 60px;
    }