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

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    style.css 194 B
    body {
      width:100%;
      height:300px;
      background:#fff;
    }
    #global_app_menu {
      background:#ccc;
    }
    
    #content {
      background:#fcf;
    }
    
    #header {
      background:#ffc;
    }
    
    #footer {
      background:#fcc;
    }