User:4erospace/sandbox: Difference between revisions

m CSS test
m CSS test
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
   #welcome-box {
   #welcome-box {
     height: 100px;
     height: 100px;
Line 148: Line 149:
   }
   }


  @media screen and (max-width: 900px) {
    #first-container {
      display: block;
    }
  }
    
    
}}
}}