Skip to content
Snippets Groups Projects
Select Git revision
  • 221409636290444aa06ef9e59fd324b94412a635
  • master default
  • json_fix
  • puneetk-patch-1
4 results

kitchen.yml

Blame
  • style.css 359 B
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Arial', sans-serif;
    }
    
    nav {
      overflow: hidden;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #1e1e1e;
    }
    
    nav a {
      float: left;
      display: block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: .82em;
    }