Skip to content

Instantly share code, notes, and snippets.

@zhishaofei3
Last active May 24, 2016 12:02
Show Gist options
  • Save zhishaofei3/467dde52f539829755518a40d0464ac2 to your computer and use it in GitHub Desktop.
Save zhishaofei3/467dde52f539829755518a40d0464ac2 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.h2 {
height: 30px;
position: relative;
}
.h2 i {
display: block;
margin-top: 14px;
border-bottom:1px solid #EEE;
}
.h2 .txt {
width: 200px;
position: absolute;
top: 10px;
left: 50%;
margin-left: -100px;
background: #fff;
text-align: center;
}
<div class="h2">
<i></i>
<div class="txt">用户登录</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"130","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment