Skip to content
Snippets Groups Projects
Select Git revision
  • b8e13184e352ac5e46a06bfe4e39b2b3d6e1f6ff
  • master default protected
  • 51-docker
  • 40-return-match-when-edit-salamander
  • 36-email-verification
  • 23-add-object-detection
  • 22-run-branch
7 results

__init__.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Footer.css 447 B
    /* Footer.css */
    @import "~@fortawesome/fontawesome-free/css/all.css";
    
    footer {
        display: flex;
        justify-content: center;
        padding: 25px 40px;
        background-color: #373737;
        color: #fff;
        box-shadow: 0 -2px 4px rgba(0,0,0,0.1); /* Shadow appears at the top of the footer */
    }
    
    footer a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        margin: 0 15px;
    }
    
    footer p {
        font-size: 16px;
        margin: 0 15px;
    }