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

findsalamanderinfo.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    NotFound.css 449 B
    .not-found-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 80vh; /* Adjust the height based on your header and footer */
        text-align: center;
    }
    
    .not-found-container h1 {
        font-size: 80px;
        color: #007BFF;
    }
    
    .not-found-container h2 {
        font-size: 36px;
        color: #333;
    }
    
    .not-found-container p {
        font-size: 16px;
        color: #666;
        margin-top: 20px;
    }