Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <div fxLayout="column">
  2. <header style="background-color: lightblue; height: 20px">
  3. Header
  4. </header>
  5. <div class="container" fxLayout="row" fxFlex="100">
  6. <div style="background-color: red" fxFlex="1 1 auto"></div>
  7. <div style="background-color: blue" fxFlex="5 1 auto"></div>
  8. <div style="background-color: green" fxFlex="2 2 auto"></div>
  9. <div style="background-color: maroon; height: 200px" fxFlex="1 1 auto"></div>
  10. </div>
  11. <footer style="height: 40px; background-color: yellow">Footer</footer>
  12. </div>
Add Comment
Please, Sign In to add comment