Bootstrap超大屏幕的实现代码

<!DOCTYPE html> <html> <head> <title>Bootstrap-超大屏幕(Jumbotron)</title> <meta charset="utf-8"> <link href="https://www.jb51.net/css/bootstrap.min.css" > </head> <body> <!--为了获得占用全部宽度且不带圆角的超大屏幕,请在所有的 .container class 外使用 .jumbotron class--> <div> <div> <h1>欢迎登陆页面!</h1> <p>这是一个超大屏幕的实例。</p> <p><a role="button">学习更多</a></p> </div> </div> <script src="https://www.jb51.net/js/jquery.min.js"></script> <script src="https://www.jb51.net/js/bootstrap.min.js"></script> </body> </html>

效果图:

Bootstrap超大屏幕的实现代码

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwwydg.html