html5+css3+jquery漂浮抖动的导航
1、新建html文档。

3、书写css代码。<style>body { background: url(./weibo_shuimian-039.jpg) 0 0 no-repeat; background-size: cover; }.main-container { width: 80%; margin: 0 auto; }.btn { background: teal; height: 40px; width: 100px; position: relative; border: 0px; border-radius: 5px; color: white; -webkit-transform: rotate(0deg); }</style>

5、代码整体结构。
