布局

简单网页布局

预览

header
content

代码

<g-layout style="color: white; margin-bottom:50px;">
    <g-header style="height: 50px; background:lightskyblue;">
    header
    </g-header>
    <g-content style="height: 120px; background:deepskyblue;">
    content
    </g-content>
    <g-footer style="height: 50px; background:lightskyblue;">
    footer
    </g-footer>
</g-layout>