Created
March 13, 2015 00:51
-
-
Save winkerVSbecks/9f92a026b5adb7f13c65 to your computer and use it in GitHub Desktop.
Browser chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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