Skip to content

Instantly share code, notes, and snippets.

@zhuangya
Created February 17, 2014 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zhuangya/9047838 to your computer and use it in GitHub Desktop.
Save zhuangya/9047838 to your computer and use it in GitHub Desktop.
.big-wrapper
.notice
pre
code vertical-align: middle
br
| for IE 7+
style
:stylus
.big-wrapper
margin auto
width 100%
height 100%
outline 1px solid skyblue
background-color #f8f8f8
color #333
text-align center
&:before
display inline-block
height 100%
vertical-align middle
content '\0020'
.notice
display inline-block
vertical-align middle
width 200px
background-color rgba(0, 0, 0, .88)
padding 10px
color #f8f8f8
@zhuangya
Copy link
Author

online demo with minor tweak: http://jsfiddle.net/f5U3G/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment