Всем здравия. Вообщем, в шапке пытаюсь двигать ЕДИНСТВЕННЫЙ элемент с помощью float, ничего не получается помоги пожалуйста!
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>Future site</title>
<link rel="stylesheet" href="css/bootstrap-grid.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class = "top_header">
<div class = "header_topline">
<div class = "container">
<div class = "col-md-12">
<div class = "row">
<div class = "header_menue">
qw
</div>
</div>
</div>
</div>
</div>
</header>
</body>
</html>
.header_topline {
width:100%;
}
.header_menue {
width:50%;
display:block;
float:right;
}