Skip to content

Instantly share code, notes, and snippets.

@winkerVSbecks
Created March 13, 2015 00:51
Show Gist options
  • Save winkerVSbecks/9f92a026b5adb7f13c65 to your computer and use it in GitHub Desktop.
Save winkerVSbecks/9f92a026b5adb7f13c65 to your computer and use it in GitHub Desktop.
Browser chrome
.fake-browser-ui {
padding: 20px 0 0;
border-radius: 3px;
border-bottom: 2px solid #ccc;
background: #ddd;
display: inline-block;
position: relative;
line-height: 0;
}
.fake-browser-ui .frame {
display: block;
height: 15px;
position: absolute;
top: 5px;
left: 1px;
}
.fake-browser-ui span {
height: 8px;
width: 8px;
border-radius: 8px;
background-color: #eee;
border: 1px solid #dadada;
float: left;
margin: 0 0 0 4px;
}
<div class="fake-browser-ui">
<div class="frame">
<span></span>
<span></span>
<span></span>
</div>
<img src="/screenshot.jpg" width="691" height="500" alt="A nice description">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment