Html 滚动未启用

Html 滚动未启用,html,css,web,Html,Css,Web,我不知道为什么,但是我的页面没有启用滚动,即使它已经填满了整个页面。为什么会这样?这是我的全部html代码,让您进一步了解我的问题 <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" cont

我不知道为什么,但是我的页面没有启用滚动,即使它已经填满了整个页面。为什么会这样?这是我的全部html代码,让您进一步了解我的问题

<html>
    <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="" />
    <meta name="author" content="" />
        <title>Guitar Corner</title>    
        <link href="C:/Users/Jhan Jericho/Desktop/bootstrap/css/bootstrap.css" rel="stylesheet" />

         <script src="C:/Users/Jhan Jericho/Desktop/bootstrap/css/bootstrap.css"></script>
         <script src="C:/Users/Jhan Jericho/Desktop/bootstrap/jquery-1.7.1.intellisense.js"></script>
         <script src="C:/Users/Jhan Jericho/Desktop/bootstrap/js/bootstrap.js"></script>
        <style>
        .heading1
        {
            font-family: Bebas Neue;
            color: black;
            text-align: right;
            -webkit-filter: drop-shadow(5px 5px 5px #222)
        }
        .heading2
        {
            font-family: Bebas Neue;
            color: black;
            text-align: left;
            -webkit-filter: drop-shadow(5px 5px 5px #222)
        }
        h1 
        {
            font-size:300%
        }
        .contents
        {
            background: black;
            color: black;
            margin-bottom: 100px;
            margin-right: 150px;
            margin-left: 50px;
            -webkit-filter: drop-shadow(5px 5px 5px #222)\
        }
        </style>
    </head>
        <body>
            <div class="container">
                <div class="col-md-4">
                    <div class="heading1">
                        <br />
                        <br />
                            <big>
                            <big>
                                <h1>You can hear it?</h1>
                            </big>
                            </big>
                    </div>
                </div>
                <div class="col-md-4">
                    <center>
                        <img src="gc.png" style="-webkit-filter: drop-shadow(5px 5px 5px #222);"/>
                    </center>
                </div>
                <div class="col-md-4">
                    <div class="heading2">
                        <br />
                        <br />
                            <big>
                            <big>
                                <h1>Then you can sing it!</h1>
                            </big>
                            </big>
                    </div>
                </div>
                <div class="contents">
                        <div class="col-md-8">
                        <br />
                            &nbsp;

                            <h2> Rock in your own way! </h2>
                            <center>
                                <img src="rockstar.jpg" class="img-rounded" width="500px" height="300px" />
                            <center>
                            <p> &nbsp;&nbsp;&nbsp;&nbsp; Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut 
                            laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper 
                            suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate
                            velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim 
                            qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. </p>
                        </div>
                        <div class="col-md-4">
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                            <br />
                        </div>
                    </div>      
            </div>
        </body>
</html>

吉他角
.标题1
{
字体系列:Bebas Neue;
颜色:黑色;
文本对齐:右对齐;
-webkit过滤器:投影(5px 5px 5px#222)
}
.标题2
{
字体系列:Bebas Neue;
颜色:黑色;
文本对齐:左对齐;
-webkit过滤器:投影(5px 5px 5px#222)
}
h1
{
字体大小:300%
}
目录
{
背景:黑色;
颜色:黑色;
边缘底部:100px;
右边距:150px;
左边距:50像素;
-webkit过滤器:投影(5px 5px 5px#222)\
}


你能听到吗?

那你就可以唱了!
用你自己的方式摇滚! 这是一个很好的例子,一个很好的例子 拉奥里特·多洛雷·麦格纳·阿利夸姆·埃拉特·帕特。但是,我们必须尽可能少地行使权力 这是一家普通的公司。乌尔普塔特的亨德雷特有两个家庭 在欧洲,在欧洲,在欧洲,在欧洲,在欧洲,在欧洲,在欧洲,在欧洲,在欧洲,在欧洲,在欧洲 这是一种温和的饮食习惯,它能让你的身体健康






















请帮我做这件事。谢谢

.contents
的css上添加
overflow-y:auto或scroll


希望能有所帮助。

你想把卷轴放在哪个分区?class=“col-md-4”将根据内容自动调整高度。顺便说一句,谢谢,在我的bootsrap.css上找到了隐藏溢出的内容。lol我在我的bootstap.css中找到了隐藏溢出的内容。顺便说一句,谢谢你的帮助!