Skip to content
Snippets Groups Projects
Select Git revision
  • f2b425d74bd0e3f04034b9478dd5c7a7200aa8cc
  • master default protected
  • 29-alias-for-apps
  • 30-restructure-ci-version-checking
  • 16-update-documentation
  • 11-write-example-app
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
11 results

style.css

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;
    }