响应式布局简易自适应页面代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了响应式布局简易自适应页面代码相关的知识,希望对你有一定的参考价值。

<header>
    <div id="pagewrap">
        <header id="header">
            <hgroup>
                <h1 id="site-logo">Demo</h1>

                <h2 id="site-description">Site Description</h2>

            </hgroup>

            <nav>
                <ul id="main-nav">
                    <li><a href="#">Home</a></li>
                </ul>
            </nav>

            <form id="searchform">
                <input type="search">
            </form>
        </header>

        <div id="content">
            <article> blog post</article>
        </div>

        <aside id="sidebar">
            <section> widget</section>
        </aside>

        <footer id="footer"> footer</footer>

    </div>
</header>

以上是关于响应式布局简易自适应页面代码的主要内容,如果未能解决你的问题,请参考以下文章

响应式布局

如何实现响应式布局?

「布局」静态布局、自适应布局、流式布局、响应式布局、弹性布局简析

如何实现自适应页面 (响应式布局)

Vue大屏自适应--响应式盒子

页面布局的几种方式(静态化布局,流式布局,自适应布局,响应式布局,弹性布局)