JSFiddle - React, Tailwind, and code Playground
Fliplet Menu - (Old UI) - Just Title
by Hugo Carneiro
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="viewport-header" id="main-header">
<span class="nav-title" data-toggle="menu" data-target="#app-menu"><span>Main Menu</span></span>
</div>
CSS
.viewport-header {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 44px;
margin: 0 auto;
line-height: 43px;
background: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px 0 #fff;
border-bottom: 1px solid rgba(127, 127, 127, 0.1);
font-weight: 300;
width: 100%;
z-index: 10;
text-align: center;
color: #333;
}
.viewport-header .nav-title {
display: block;
margin: 0 18.5%;
text-align: center;
padding: 0 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}