html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Укладка плитки</title> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/main.css"> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"><img src="Logo_3.png"</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <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="#"><i class="fa fa-envelope-o" aria-hidden="true"></i></a></li> </ul> </div> </div> </div> css @import url('https://fonts.googleapis.com/css?family=Lato|Oswald'); body{ background-color: #f2f2f2; font-family: "Lato"; font-weight: 300; font-size: 16px; color:#555; margin-top: 70px; } h1,h2,h3,h4,h5,h6{ font-family: "Oswald"; font-weight: 300; color:#333; line-height: 28px; margin-bottom: 25px; } .centered{ text-align: center; } a{ color: #f85c37; } a:hover,a:focus{ color: #7b7b7b; text-decoration: none; outline: 0; } hr{ display: block; border: 0; height: 1px; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } .navbar{ font-weight: 800; font-size: 14px; padding-top: 15px; padding-bottom: 15px; } .navbar-inverse{ background: #2d2d2d; border-color: #2d2d2d; } .navbar-inverse .navbar-nav > .active > a{ background: #ff7878; font-weight: bolder; font-size: letter-spacing: 1px;