Skip to content

Instantly share code, notes, and snippets.

@MMux
Created May 8, 2014 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MMux/2082bf862bc8e9b8b2f1 to your computer and use it in GitHub Desktop.
Save MMux/2082bf862bc8e9b8b2f1 to your computer and use it in GitHub Desktop.
A Pen by MMux.
<div class="flowInfo">
<div class="flowLength">
<div class="flowName proxyEndRequest">Proxy Endpoint Request</div>
</div>
<div class="flowLength">
<div class="flowName targEndRequest">Target Endpoint Request</div>
</div>
<div class="flowLength">
<div class="flowName targEndResponse">Target Endpoint Response</div>
</div>
<div class="flowLength">
<div class="flowName proxyEndResponse">Proxy Endpoint Response</div>
</div>
</div>
.flowInfo {
height: 20px;
margin: 100px auto;
width: 70%;
}
.flowLength {
width: 180px;
margin: 10px;
height: 9px;
border: 1px solid #ddd;
border-bottom: none;
float: left;
}
.flowName {
padding: 0;
margin: -7px auto;
border-bottom: none;
text-align: center;
font-size: 11px;
color: #aaa;
font-family: "Helvetica", sans-serif;
}
.proxyEndRequest {
width: 126px;
background-color: #fff;
}
.targEndRequest {
width: 130px;
background-color: #fff;
}
.proxyEndResponse {
width: 134px;
background-color: #fff;
}
.targEndResponse {
width: 140px;
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment