← Комьюнити

Почему футер не уходит вниз страницы?

Егор Федоренков0 ответов

upd нашел ошибку

<!DOCTYPE html>
<html lang="ru">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <title>Kinomonstr Bootstrap</title>

    <!-- Bootstrap -->
    <link href="assets/css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

    <link href="assets/css/style.css" rel="stylesheet">
</head>

<body>
    <div class="container-fluid">
        <div class="row">
            <nav role="navigation" class="navbar navbar-inverse">
                <div class="container">
                    <div class="row">
                        <div class="navbar-header header">
                            <div class="container">

                                <div class="col-lg12">
                                    <h1><a href="#">КиноМонстр</a></h1>
                                    <p>Кино-наша страсть!</p>

                                </div>
                            </div>

                            <button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle">

                                <span class="sr-only">Toggle navigation</span>
                                <span class="icon-bar"></span>
                                <span class="icon-bar"></span>
                                <span class="icon-bar"></span>

                            </button>
                        </div>

                        <div id="navbarCollapse" class="collapse navbar-collapse navbar-right">

                            <ul class="nav nav-pills">
                                <li class="active"> <a href="#">Главная</a> </li>
                                <li><a href="#">Фильмы</a></li>
                                <li><a href="#">Сериалы</a></li>
                                <li><a href="#">Рейтинг фильмов</a></li>
                                <li><a href="#">Контакты</a></li>
                            </ul>
                        </div>
                    </div>
                </div>

            </nav>

        </div>
    </div>

    <div class="wrapper">

        <div class="container">

            <div class="row">

                <div class="col-lg-9">

123321231231
                </div>

                <div class="col-lg-3">

sdffdsdfsfsf
                </div>

            </div>
        </div>
        <div class="clear"></div>
    </div>    
    <footer>
        <div class="container">
            <p class="text-center">
                <a href="#">Proklapik.site</a>
            </p>
        </div>
    </footer>



    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="assets/js/bootstrap.min.js"></script>
</body>

</html>
.header a, a:hover {
    color: #f0ad4e;
    text-decoration: none;
}

.header h1 {
    letter-spacing: 15px;
    font-size: 300%;
}

.header p {
    color: white !important;
    font-size: 90%;
    letter-spacing: 3px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #346270;
}

.nav-pills > li > a {
    color: #fff;

}

.nav-pills > li > a:hover {
    background-color: #346270;
}

.navbar-inverse {
    padding-bottom: 1%;
}

@media (max-width:767px) {
    .nav-pills > li {
        float: none;
    }

    .nav-pills {
        text-align: center;
    }

    .header h1 {
        letter-spacing: 5px;
        font-size: 250%;
    }

    .header {
        text-align: center;
    }
}

.clear {
    clear: both;
    height: 63px;

}

.wrapper {
	min-height: 100%;
}

htlm,
body {
    height: 100%;
}

footer {
    color: #666;
    background: #222;
    padding: 17px 0 18px 0;
    border-top: 1px solid #000;
}

footer a {
    color: #999;
}

footer a:hover {
    color: #efefef;
}

0 ответов

Ответов пока нет.