Start New Page

The design for Blank Page is shown below:

It has the following Structure:

<body>
<header class="header">
    ............
</header>
<aside class="left-aside">
    ...........
</aside>
<aside class="right-aside view-port-height">
    <section class="content-header">
        .......
    </section>
    <section class="content">
        .......
    </section>
</aside>
</body>

Last updated

Was this helpful?