Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

intrel.csv

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    navigation.component.css 336 B
    nav {
        background-color: #333;
        color: white;
        padding: 1em;
      }
      
      ul {
        list-style: none;
        padding: 0;
        display: flex;
      }
      
      li {
        margin-right: 20px;
      }
      
      a {
        color: white;
        text-decoration: none;
      }
      
      a:hover {
        text-decoration: underline;
      }
      
      .active {
        font-weight: bold;
      }