forked from qiwsir/ITArticles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
#CSS3打造的精美效果 | ||
|
||
###1-Quickly Build a Swish Teaser Page With CSS3 | ||
|
||
这个教程告诉你使用CSS3快速构建一个时髦预告页面,提示你的网站还有多少天完成 | ||
|
||
 | ||
|
||
[点这里看源码](https://github.com/qiwsir/BitJSCode/tree/master/Archive) | ||
|
||
###2-How to Create Accordion Menu in Pure CSS3 | ||
|
||
在本教程中,我们将学习如何创建一个纯CSS3手风琴菜单 | ||
|
||
 | ||
|
||
[点这里看DEMO](http://designmodo.com/demo/css3accordionmenu/) | ||
|
||
###3-Button Switches with Checkboxes and CSS3 Fanciness | ||
|
||
告诉你如何只用CSS创建按钮开关,没有一行JavaScript代码 | ||
|
||
 | ||
|
||
[点这里看源码](https://github.com/qiwsir/BitJSCode/tree/master/CSS3ButtonSwitches) | ||
|
||
###5-CSS3 Responsive Slider | ||
|
||
纯CSS3打造的响应滑块导航 | ||
|
||
 | ||
|
||
[点这里看DEMO](http://csscience.com/responsiveslidercss3/) | ||
|
||
###-How to Create a Content Accordion in Pure CSS3 Tutorial | ||
|
||
今天的教程中,我们将学习如何创建一个纯CSS3内容的手风琴 | ||
|
||
 | ||
|
||
[点这里看DEMO](http://designmodo.com/demo/accordioncss3/) | ||
|
||
###3D Flipping Circle with CSS3 and jQuery | ||
|
||
这个教程创造逼真的3D翻转效果的CSS 3D变换和阴影效果 | ||
|
||
 | ||
|
||
[点这里看源码](https://github.com/qiwsir/BitJSCode/tree/master/3DFlippingCircle) | ||
|
||
###Swatch Book with CSS3 and jQuery | ||
|
||
使用CSS3创建一个书本的切换效果 | ||
|
||
 | ||
|
||
[点这里看源码](https://github.com/qiwsir/BitJSCode/tree/master/SwatchBook) | ||
|
||
###Accordion with CSS3 | ||
|
||
使用 hidden inputs和labels,我们将创建一个CSS手风琴 | ||
|
||
 | ||
|
||
[点这里看源码](https://github.com/qiwsir/BitJSCode/tree/master/CSS3Accordion) | ||
|
||
###Circle Navigation Effect with CSS3 | ||
|
||
这个教程向您展示如何创建一个美丽的悬停效果的图像导航使用CSS3 | ||
|
||
 | ||
|
||
[点这里看源码](https://github.com/qiwsir/BitJSCode/tree/master/CircleNavigationEffect) | ||
|
||
更多请到这里找:[**分享30个新鲜的CSS3打造的精美效果**](http://bbs.html5cn.org/thread-10546-1-1.html) | ||
|