html5+css3+jquery漂浮抖动的导航

2024-11-03 22:51:06

1、新建html文档。

html5+css3+jquery漂浮抖动的导航

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>

html5+css3+jquery漂浮抖动的导航

5、代码整体结构。

html5+css3+jquery漂浮抖动的导航
猜你喜欢