14 |
15 |
16 |
17 |
WEB DESIGN
18 | OUR TALENTED TEAM
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
Alex Smith
30 |
Project Manager
31 |
32 | 人难免天生有自怜情绪,唯有时刻保持清醒,才能看清真正的价值在哪里。
33 |
34 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
Alex Smith
59 |
Project Manager
60 |
61 | 人难免天生有自怜情绪,唯有时刻保持清醒,才能看清真正的价值在哪里。
62 |
63 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
Alex Smith
88 |
Project Manager
89 |
90 | 人难免天生有自怜情绪,唯有时刻保持清醒,才能看清真正的价值在哪里。
91 |
92 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
120 |
121 |
--------------------------------------------------------------------------------
/demo/33/js/jquery.hover3d.min.js:
--------------------------------------------------------------------------------
1 | !function(e){e.fn.hover3d=function(t){var r=e.extend({selector:null,perspective:1e3,sensitivity:20,invert:!1,shine:!1,hoverInClass:"hover-in",hoverOutClass:"hover-out",hoverClass:"hover-3d"},t);return this.each(function(){function t(e){i.addClass(r.hoverInClass+" "+r.hoverClass),currentX=currentY=0,setTimeout(function(){i.removeClass(r.hoverInClass)},1e3)}function s(e){var t=i.innerWidth(),s=i.innerHeight(),n=Math.round(e.pageX-i.offset().left),o=Math.round(e.pageY-i.offset().top),v=r.invert?(t/2-n)/r.sensitivity:-(t/2-n)/r.sensitivity,c=r.invert?-(s/2-o)/r.sensitivity:(s/2-o)/r.sensitivity,u=n-t/2,p=o-s/2,f=Math.atan2(p,u),h=180*f/Math.PI-90;0>h&&(h+=360),i.css({perspective:r.perspective+"px",transformStyle:"preserve-3d",transform:"rotateY("+v+"deg) rotateX("+c+"deg)"}),a.css("background","linear-gradient("+h+"deg, rgba(255,255,255,"+e.offsetY/s*.5+") 0%,rgba(255,255,255,0) 80%)")}function n(){i.addClass(r.hoverOutClass+" "+r.hoverClass),i.css({perspective:r.perspective+"px",transformStyle:"preserve-3d",transform:"rotateX(0) rotateY(0)"}),setTimeout(function(){i.removeClass(r.hoverOutClass+" "+r.hoverClass),currentX=currentY=0},1e3)}var o=e(this),i=o.find(r.selector);currentX=0,currentY=0,r.shine&&i.append('
');var a=e(this).find(".shine");o.css({perspective:r.perspective+"px",transformStyle:"preserve-3d"}),i.css({perspective:r.perspective+"px",transformStyle:"preserve-3d"}),a.css({position:"absolute",top:0,left:0,bottom:0,right:0,transform:"translateZ(1px)","z-index":9}),o.on("mouseenter",function(){return t()}),o.on("mousemove",function(e){return s(e)}),o.on("mouseleave",function(){return n()})})}}(jQuery);
--------------------------------------------------------------------------------
/demo/34/booklet/images/arrow-next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/booklet/images/arrow-next.png
--------------------------------------------------------------------------------
/demo/34/booklet/images/arrow-prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/booklet/images/arrow-prev.png
--------------------------------------------------------------------------------
/demo/34/booklet/images/shadow-top-back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/booklet/images/shadow-top-back.png
--------------------------------------------------------------------------------
/demo/34/booklet/images/shadow-top-forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/booklet/images/shadow-top-forward.png
--------------------------------------------------------------------------------
/demo/34/booklet/images/shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/booklet/images/shadow.png
--------------------------------------------------------------------------------
/demo/34/css/style.css:
--------------------------------------------------------------------------------
1 | *{
2 | margin:0;
3 | padding:0;
4 | }
5 | body{
6 | background:#eba426;
7 | color:#444;
8 | font-size:12px;
9 | color: #333;
10 | font-family: 'Oswald', sans-serif;
11 | }
12 | .booklet{
13 | width:900px;
14 | height:607px;
15 | position:relative;
16 | margin:0 auto 10px;
17 | -moz-box-shadow:0px 0px 1px #fff;
18 | -webkit-box-shadow:0px 0px 1px #fff;
19 | box-shadow:0px 0px 1px #fff;
20 | -moz-border-radius:10px;
21 | -webkit-border-radius:10px;
22 | border-radius:10px;
23 | }
24 | .booklet .b-wrap-left {
25 | background:#fff url(../images/left_bg.jpg) no-repeat top left;
26 | -webkit-border-top-left-radius: 10px;
27 | -webkit-border-bottom-left-radius: 10px;
28 | -moz-border-radius-topleft:10px;
29 | -moz-border-radius-bottomleft: 10px;
30 | border-top-left-radius: 10px;
31 | border-bottom-left-radius: 10px;
32 | }
33 | .booklet .b-wrap-right {
34 | background:#efefef url(../images/right_bg.jpg) no-repeat top left;
35 | -webkit-border-top-right-radius: 10px;
36 | -webkit-border-bottom-right-radius: 10px;
37 | -moz-border-radius-topright: 10px;
38 | -moz-border-radius-bottomright: 10px;
39 | border-top-right-radius: 10px;
40 | border-bottom-right-radius: 10px;
41 | }
42 | .booklet .b-counter {
43 | bottom:10px;
44 | position:absolute;
45 | display:block;
46 | width:90%;
47 | height:20px;
48 | border-top:1px solid #ddd;
49 | color:#222;
50 | text-align:center;
51 | font-size:12px;
52 | padding:5px 0 0;
53 | background:transparent;
54 | -moz-box-shadow:0px -1px 1px #fff;
55 | -webkit-box-shadow:0px -1px 1px #fff;
56 | box-shadow:0px -1px 1px #fff;
57 | opacity:0.8;
58 | }
59 | .book_wrapper{
60 | margin:0 auto;
61 | padding-top:50px;
62 | width:905px;
63 | height:540px;
64 | position:relative;
65 | background:transparent url(../images/bg.png) no-repeat 9px 27px;
66 | }
67 | .book_wrapper h1{
68 | color:orange;
69 | margin:5px 5px 5px 15px;
70 | font-size:24px;
71 | background:transparent url(../images/h1.png) no-repeat bottom left;
72 | padding-bottom:7px;
73 | text-transform: uppercase;
74 | font-weight: normal;
75 | }
76 | .book_wrapper p{
77 | font-size:15px;
78 | margin:5px 5px 5px 15px;
79 | }
80 | .book_wrapper a.article,
81 | .book_wrapper a.demo{
82 | background:transparent url(../images/circle.png) no-repeat 50% 0px;
83 | display:block;
84 | width:95px;
85 | height:41px;
86 | text-decoration:none;
87 | outline:none;
88 | font-size:16px;
89 | color:#555;
90 | float:left;
91 | line-height:41px;
92 | padding-left:47px;
93 | }
94 | .book_wrapper a.demo{
95 | margin-left:50px;
96 | }
97 | .book_wrapper a.article:hover,
98 | .book_wrapper a.demo:hover{
99 | background-position:50% -41px;
100 | color:#13386a;
101 | }
102 | .book_wrapper img{
103 | margin:10px 0px 5px 35px;
104 | width:300px;
105 | padding:4px;
106 | border:1px solid #ddd;
107 | -moz-box-shadow:1px 1px 1px #fff;
108 | -webkit-box-shadow:1px 1px 1px #fff;
109 | box-shadow:1px 1px 1px #fff;
110 | }
111 | .booklet .b-wrap-right img{
112 | border:1px solid #E6E3C2;
113 | }
114 | a#next_page_button,
115 | a#prev_page_button{
116 | display:none;
117 | position:absolute;
118 | width:41px;
119 | height:40px;
120 | cursor:pointer;
121 | margin-top:-20px;
122 | top:50%;
123 | background:transparent url(../images/buttons.png) no-repeat 0px -40px;
124 | }
125 | a#prev_page_button{
126 | left:-30px;
127 | }
128 | a#next_page_button{
129 | right:-30px;
130 | background-position:-41px -40px;
131 | }
132 | a#next_page_button:hover{
133 | background-position:-41px 0px;
134 | }
135 | a#prev_page_button:hover{
136 | background-position:0px 0px;
137 | }
138 |
--------------------------------------------------------------------------------
/demo/34/images/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/1.jpg
--------------------------------------------------------------------------------
/demo/34/images/10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/10.jpg
--------------------------------------------------------------------------------
/demo/34/images/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/11.jpg
--------------------------------------------------------------------------------
/demo/34/images/12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/12.jpg
--------------------------------------------------------------------------------
/demo/34/images/13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/13.jpg
--------------------------------------------------------------------------------
/demo/34/images/14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/14.jpg
--------------------------------------------------------------------------------
/demo/34/images/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/2.jpg
--------------------------------------------------------------------------------
/demo/34/images/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/3.jpg
--------------------------------------------------------------------------------
/demo/34/images/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/4.jpg
--------------------------------------------------------------------------------
/demo/34/images/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/5.jpg
--------------------------------------------------------------------------------
/demo/34/images/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/6.jpg
--------------------------------------------------------------------------------
/demo/34/images/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/7.jpg
--------------------------------------------------------------------------------
/demo/34/images/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/8.jpg
--------------------------------------------------------------------------------
/demo/34/images/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/9.jpg
--------------------------------------------------------------------------------
/demo/34/images/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/ajax-loader.gif
--------------------------------------------------------------------------------
/demo/34/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/bg.png
--------------------------------------------------------------------------------
/demo/34/images/buttons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/buttons.png
--------------------------------------------------------------------------------
/demo/34/images/circle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/circle.png
--------------------------------------------------------------------------------
/demo/34/images/h1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/h1.png
--------------------------------------------------------------------------------
/demo/34/images/left_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/left_bg.jpg
--------------------------------------------------------------------------------
/demo/34/images/right_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/right_bg.jpg
--------------------------------------------------------------------------------
/demo/34/images/wood.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/34/images/wood.jpg
--------------------------------------------------------------------------------
/demo/35/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
35-Calendar
6 |
7 |
8 |
9 |
10 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/demo/36/css/style.css:
--------------------------------------------------------------------------------
1 | *{
2 | margin: 0;
3 | padding: 0;
4 | }
5 | body {
6 | background-color: #ef4478;
7 | font: normal 13px/1.5;
8 | font-family: 'Roboto Condensed', sans-serif;
9 | color: #333;
10 | }
11 | .wrapper {
12 | width: 705px;
13 | margin: 20px auto;
14 | padding: 20px;
15 | }
16 | h1 {
17 | display: inline-block;
18 | background-color: #fff;
19 | color: #ef4478;
20 | font-size: 16px;
21 | font-weight: normal;
22 | text-transform: uppercase;
23 | padding: 4px 20px;
24 | float: left;
25 | border-radius: 50px;
26 | }
27 | .clear {
28 | clear: both;
29 | }
30 | .items {
31 | display: block;
32 | margin: 20px 0;
33 | }
34 | .item {
35 | background-color: #fff;
36 | float: left;
37 | margin: 0 10px 10px 0;
38 | width: 205px;
39 | padding: 10px;
40 |
41 | }
42 | .item img {
43 | display: block;
44 | margin: auto;
45 | }
46 | h2 {
47 | font-size: 12px;
48 | display: block;
49 | border-bottom: 1px solid #ccc;
50 | margin: 0 0 10px 0;
51 | padding: 0 0 5px 0;
52 | }
53 | button {
54 | border: 1px solid #ef4478;
55 | padding: 4px 14px;
56 | background-color: #ef4478;
57 | color: #fff;
58 | text-transform: uppercase;
59 | float: right;
60 | margin: 5px 0;
61 | font-weight: 400;
62 | cursor: pointer;
63 | font-family: 'Roboto Condensed', sans-serif;
64 | border-radius: 50px;
65 |
66 | }
67 | button:focus {
68 | outline: none !important;
69 | }
70 | span {
71 | float: right;
72 | }
73 |
74 | p {
75 | font-size: 14px;
76 | }
77 | .shopping-cart {
78 | display: inline-block;
79 | background: url(../img/cart.png) no-repeat 0 0;
80 | width: 24px;
81 | height: 24px;
82 | margin: 0 10px 0 0;
83 | }
84 |
--------------------------------------------------------------------------------
/demo/36/img/cart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/cart.png
--------------------------------------------------------------------------------
/demo/36/img/m-mtss18tp50-07-29-metronaut-original-imaf74dfgwwbygzx.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/m-mtss18tp50-07-29-metronaut-original-imaf74dfgwwbygzx.jpeg
--------------------------------------------------------------------------------
/demo/36/img/one.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/one.jpg
--------------------------------------------------------------------------------
/demo/36/img/three.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/three.jpg
--------------------------------------------------------------------------------
/demo/36/img/two.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/two.jpg
--------------------------------------------------------------------------------
/demo/36/img/xl-mtss18tp50-13-29-metronaut-original-imaf52zrsevzsth6.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/xl-mtss18tp50-13-29-metronaut-original-imaf52zrsevzsth6.jpeg
--------------------------------------------------------------------------------
/demo/36/img/xl-mw216white-metronaut-original-imaf3k542sb52ue6.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/36/img/xl-mw216white-metronaut-original-imaf3k542sb52ue6.jpeg
--------------------------------------------------------------------------------
/demo/36/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
36-Add-Cart
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
ON OFFER
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
ITEM 1
24 |
PRICE: $449
25 |
26 |
Add to cart
27 |
28 |
29 |
30 |
31 |
32 |
33 |
ITEM 1
34 |
PRICE: $449
35 |
36 |
Add to cart
37 |
38 |
39 |
40 |
41 |
42 |
43 |
ITEM 1
44 |
45 |
PRICE: $449
46 |
47 |
Add to cart
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/demo/36/js/scripts.js:
--------------------------------------------------------------------------------
1 |
2 | $('.add-to-cart').on('click', function () {
3 | var cart = $('.shopping-cart');
4 | var imgtodrag = $(this).parent('.item').find("img").eq(0);
5 | if (imgtodrag) {
6 | var imgclone = imgtodrag.clone()
7 | .offset({
8 | top: imgtodrag.offset().top,
9 | left: imgtodrag.offset().left
10 | })
11 | .css({
12 | 'opacity': '0.8',
13 | 'position': 'absolute',
14 | 'height': '150px',
15 | 'width': '150px',
16 | 'z-index': '100'
17 | })
18 | .appendTo($('body'))
19 | .animate({
20 | 'top': cart.offset().top + 10,
21 | 'left': cart.offset().left + 10,
22 | 'width': 75,
23 | 'height': 75
24 | }, 1000, 'easeInOutExpo');
25 |
26 | setTimeout(function () {
27 | cart.effect("shake", {
28 | times: 2
29 | }, 200);
30 | }, 1500);
31 |
32 | imgclone.animate({
33 | 'width': 0,
34 | 'height': 0
35 | }, function () {
36 | $(this).detach()
37 | });
38 | }
39 | });
--------------------------------------------------------------------------------
/demo/37/css/style.css:
--------------------------------------------------------------------------------
1 | /* font-face */
2 | @font-face {
3 | font-family: 'Roboto';
4 | font-style: normal;
5 | font-weight: 400;
6 | src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
7 | }
8 | /* variables */
9 | /* default style */
10 | body {
11 | background-color: #fff;
12 | color: #333;
13 | font-family: "Roboto", arial, sans-serif;
14 | font-size: 16px;
15 | }
16 | /* common style */
17 | * {
18 | margin: 0;
19 | padding: 0;
20 | }
21 | *,
22 | *:after,
23 | *:before {
24 | box-sizing: border-box;
25 | }
26 | * {
27 | outline: none;
28 | }
29 | ::-webkit-scrollbar {
30 | display: none;
31 | }
32 | /* */
33 | .container {
34 | margin: 0 auto;
35 | max-width: 400px;
36 | text-align: center;
37 | }
38 | .selected-item {
39 | margin: 20px 0;
40 | }
41 | /* custom select style */
42 | .cusSelBlock {
43 | height: 50px;
44 | min-width: 250px;
45 | }
46 | #cusSelectbox {
47 | height: 100%;
48 | width: 100%;
49 | }
50 | .s-hidden {
51 | visibility: hidden;
52 | }
53 | .cusSelBlock {
54 | display: inline-block;
55 | position: relative;
56 | -webkit-perspective: 800px;
57 | perspective: 800px;
58 | }
59 | .selectLabel {
60 | position: absolute;
61 | left: 0;
62 | top: 0;
63 | z-index: 9999;
64 | background-color: #fff;
65 | border: 1px solid #333;
66 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
67 | color: #333;
68 | cursor: pointer;
69 | display: block;
70 | height: 100%;
71 | width: 100%;
72 | letter-spacing: 2px;
73 | line-height: 50px;
74 | padding: 0 50px 0 20px;
75 | text-align: left;
76 | -webkit-transform-style: preserve-3d;
77 | transform-style: preserve-3d;
78 | -webkit-transform-origin: 50% 0%;
79 | transform-origin: 50% 0%;
80 | transition: -webkit-transform 300ms;
81 | transition: transform 300ms;
82 | transition: transform 300ms, -webkit-transform 300ms;
83 | -webkit-backface-visibility: hidden;
84 | -webkit-touch-callout: none;
85 | -webkit-user-select: none;
86 | -moz-user-select: none;
87 | -ms-user-select: none;
88 | user-select: none;
89 | }
90 | .selectLabel:after {
91 | content: '\25BC';
92 | border-left: 1px solid #333;
93 | color: #333;
94 | font-size: 12px;
95 | line-height: 17px;
96 | padding: 10px;
97 | text-align: center;
98 | position: absolute;
99 | right: 0px;
100 | top: 15%;
101 | height: 70%;
102 | width: 50px;
103 | }
104 | .selectLabel:active {
105 | -webkit-transform: rotateX(30deg);
106 | transform: rotateX(30deg);
107 | }
108 | .selectLabel:active:after {
109 | content: '\25B2';
110 | }
111 | .selectLabel.active:after {
112 | content: '\25B2';
113 | }
114 | ::-webkit-scrollbar {
115 | display: none;
116 | }
117 | .options {
118 | position: absolute;
119 | top: 50px;
120 | height: 1px;
121 | width: 100%;
122 | }
123 | .options li {
124 | background-color: #ffffff;
125 | border-left: 1px solid #333;
126 | border-right: 1px solid #333;
127 | border-bottom: 1px solid #333;
128 | cursor: pointer;
129 | display: block;
130 | line-height: 50px;
131 | list-style: none;
132 | opacity: 1;
133 | padding: 0 50px 0 20px;
134 | text-align: left;
135 | transition: -webkit-transform 300ms ease;
136 | transition: transform 300ms ease;
137 | transition: transform 300ms ease, -webkit-transform 300ms ease;
138 | position: absolute;
139 | top: -50px;
140 | left: 0;
141 | z-index: 0;
142 | height: 50px;
143 | width: 100%;
144 | }
145 | .options li:hover,
146 | .options li.active {
147 | background-color: #333;
148 | color: #fff;
149 | }
150 | .options li:nth-child(1) {
151 | -webkit-transform: translateY(2px);
152 | transform: translateY(2px);
153 | z-index: 6;
154 | }
155 | .options li:nth-child(2) {
156 | -webkit-transform: translateY(4px);
157 | transform: translateY(4px);
158 | z-index: 5;
159 | }
160 | .options li:nth-child(3) {
161 | z-index: 4;
162 | }
163 | .options li:nth-child(4) {
164 | z-index: 3;
165 | }
166 | .options li:nth-child(5) {
167 | z-index: 2;
168 | }
169 | .options li:nth-child(6) {
170 | z-index: 1;
171 | }
172 | /**/
173 | .feaBlock {
174 | margin: 20px 0;
175 | text-align: left;
176 | }
177 |
--------------------------------------------------------------------------------
/demo/37/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
37-SelectBox
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
You Selected Country : Select
16 |
17 |
18 |
19 | Select
20 | India
21 | Nepal
22 | Bangladesh
23 | Sri Lanka
24 | Pakistan
25 |
26 |
27 |
28 |
29 | Up & Down key works in list itesms.
30 | Enter works in list items.
31 | Mouse Click works in list items.
32 | Scrollbar hide, but you can scroll the list items.
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/demo/37/js/script.js:
--------------------------------------------------------------------------------
1 | $(function () {
2 |
3 | var defaultselectbox = $('#cusSelectbox');
4 | var numOfOptions = $('#cusSelectbox').children('option').length;
5 |
6 | // hide select tag
7 | defaultselectbox.addClass('s-hidden');
8 |
9 | // wrapping default selectbox into custom select block
10 | defaultselectbox.wrap('
');
11 |
12 | // creating custom select div
13 | defaultselectbox.after('
');
14 |
15 | // getting default select box selected value
16 | $('.selectLabel').text(defaultselectbox.children('option').eq(0).text());
17 |
18 | // appending options to custom un-ordered list tag
19 | var cusList = $('
', { 'class': 'options'} ).insertAfter($('.selectLabel'));
20 |
21 | // generating custom list items
22 | for(var i=0; i< numOfOptions; i++) {
23 | $('
', {
24 | text: defaultselectbox.children('option').eq(i).text(),
25 | rel: defaultselectbox.children('option').eq(i).val()
26 | }).appendTo(cusList);
27 | }
28 |
29 | // open-list and close-list items functions
30 | function openList() {
31 | for(var i=0; i< numOfOptions; i++) {
32 | $('.options').children('li').eq(i).attr('tabindex', i).css(
33 | 'transform', 'translateY('+(i*100+100)+'%)').css(
34 | 'transition-delay', i*30+'ms');
35 | }
36 | }
37 |
38 | function closeList() {
39 | for(var i=0; i< numOfOptions; i++) {
40 | $('.options').children('li').eq(i).css(
41 | 'transform', 'translateY('+i*0+'px)').css('transition-delay', i*0+'ms');
42 | }
43 | $('.options').children('li').eq(1).css('transform', 'translateY('+2+'px)');
44 | $('.options').children('li').eq(2).css('transform', 'translateY('+4+'px)');
45 | }
46 |
47 | // click event functions
48 | $('.selectLabel').click(function () {
49 | $(this).toggleClass('active');
50 | if( $(this).hasClass('active') ) {
51 | openList();
52 | focusItems();
53 | }
54 | else {
55 | closeList();
56 | }
57 | });
58 |
59 | $(".options li").on('keypress click', function(e) {
60 | e.preventDefault();
61 | $('.options li').siblings().removeClass();
62 | closeList();
63 | $('.selectLabel').removeClass('active');
64 | $('.selectLabel').text($(this).text());
65 | defaultselectbox.val($(this).text());
66 | $('.selected-item p span').text($('.selectLabel').text());
67 | });
68 |
69 | });
70 |
71 | function focusItems() {
72 |
73 | $('.options').on('focus', 'li', function() {
74 | $this = $(this);
75 | $this.addClass('active').siblings().removeClass();
76 | }).on('keydown', 'li', function(e) {
77 | $this = $(this);
78 | if (e.keyCode == 40) {
79 | $this.next().focus();
80 | return false;
81 | } else if (e.keyCode == 38) {
82 | $this.prev().focus();
83 | return false;
84 | }
85 | }).find('li').first().focus();
86 |
87 | }
--------------------------------------------------------------------------------
/demo/38/css/demo.css:
--------------------------------------------------------------------------------
1 | /* General Demo Style */
2 |
3 | body {
4 | font-family: 'Raleway', 'Arial', sans-serif;
5 | font-size: 13px;
6 | background: #fff url(../images/bg.jpg);
7 | -webkit-font-smoothing: antialiased;
8 | overflow-y: scroll;
9 | overflow-x: hidden;
10 | font-weight: 300;
11 | }
12 |
13 | a {
14 | color: #555;
15 | text-decoration: none;
16 | }
17 |
18 | strong {
19 | font-weight: 500;
20 | }
21 |
22 | .container {
23 | width: 100%;
24 | position: relative;
25 | }
26 |
27 | .clr {
28 | clear: both;
29 | padding: 0;
30 | height: 0;
31 | margin: 0;
32 | }
33 |
34 | .main {
35 | width: 95%;
36 | margin: 0 auto;
37 | position: relative;
38 | }
39 |
40 | .container > header {
41 | margin-bottom: 20px;
42 | padding: 20px 10px 10px 10px;
43 | position: relative;
44 | display: block;
45 | text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
46 | text-align: center;
47 | }
48 |
49 | .container > header h1 {
50 | font-size: 28px;
51 | line-height: 28px;
52 | margin: 0;
53 | position: relative;
54 | font-weight: 700;
55 | text-transform: uppercase;
56 | font-family: 'Arvo', Arial, sans-serif;
57 | color: #fff;
58 | text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
59 | }
60 |
61 | .container > header h2 {
62 | font-size: 14px;
63 | font-weight: 500;
64 | margin: 0;
65 | padding: 15px 30px 10px;
66 | color: #f0f0f0;
67 | width: 75%;
68 | margin: 0 auto;
69 | }
70 |
71 | .container > header h2 a {
72 | color: #fff;
73 | }
74 |
75 | .container > header h2 a:hover {
76 | color: #e6b741;
77 | }
78 |
79 | /* Header Style */
80 |
81 | .codrops-top {
82 | line-height: 24px;
83 | font-size: 11px;
84 | background: #fff;
85 | background: rgba(255, 255, 255, 0.8);
86 | text-transform: uppercase;
87 | z-index: 9999;
88 | position: relative;
89 | font-family: Cambria, Georgia, serif;
90 | box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
91 | }
92 |
93 | /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
94 |
95 | .codrops-top:before,
96 | .codrops-top:after {
97 | content: " "; /* 1 */
98 | display: table; /* 2 */
99 | }
100 |
101 | .codrops-top:after {
102 | clear: both
103 | }
104 |
105 | .codrops-top a {
106 | padding: 0px 10px;
107 | letter-spacing: 1px;
108 | color: #333;
109 | display: inline-block;
110 | }
111 |
112 | .codrops-top a:hover {
113 | background: rgba(255,255,255,0.6)
114 | }
115 |
116 | .codrops-top span.right {
117 | float: right
118 | }
119 |
120 | .codrops-top span.right a {
121 | float: left;
122 | display: block;
123 | }
124 |
125 | .support-note span,
126 | .demo-note {
127 | color: #e07870;
128 | font-size: 16px;
129 | display: none;
130 | font-weight: 500;
131 | text-align: center;
132 | padding: 5px 0;
133 | text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
134 | }
135 |
136 | .no-cssanimations .support-note span.no-cssanimations,
137 | .no-csstransforms .support-note span.no-csstransforms,
138 | .no-csstransforms3d .support-note span.no-csstransforms3d,
139 | .no-csstransitions .support-note span.no-csstransitions {
140 | display: block;
141 | }
142 |
143 | @media screen and (max-width: 960px) {
144 | .demo-note { display: block;}
145 | }
--------------------------------------------------------------------------------
/demo/38/css/font/entypo-selected.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/38/css/font/entypo-selected.woff
--------------------------------------------------------------------------------
/demo/38/images/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/38/images/bg.jpg
--------------------------------------------------------------------------------
/demo/38/images/restaurant.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/38/images/restaurant.jpg
--------------------------------------------------------------------------------
/demo/38/images/white_paperboard.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/38/images/white_paperboard.jpg
--------------------------------------------------------------------------------
/demo/38/js/demoad.js:
--------------------------------------------------------------------------------
1 | (function() {
2 | /*
3 | var filename = 'https://tympanus.net/codrops/adpacks/demoad.css?' + new Date().getTime();
4 | var fileref = document.createElement("link");
5 | fileref.setAttribute("rel", "stylesheet");
6 | fileref.setAttribute("type", "text/css");
7 | fileref.setAttribute("href", filename);
8 | document.getElementsByTagName("head")[0].appendChild(fileref);
9 |
10 | var cdaLink = 'http://go.thoughtleaders.io/1405320190913';
11 | var cdaImg = 'https://tympanus.net/codrops/wp-content/banners/rollbar.jpg';
12 | var cdaImgAlt = 'Rollbar';
13 | var cdaText = 'Dedupe bug reports easily. Instantly know what errors occur, when, and how to fix them.';
14 |
15 | var cda = document.createElement('div');
16 | cda.id = 'cdawrap';
17 | cda.style.display = 'none';
18 | cda.innerHTML = '
'+cdaText+' ';
19 | document.getElementsByTagName('body')[0].appendChild(cda);
20 |
21 | setTimeout(function() {
22 | cda.style.display = 'block';
23 | }, 1000);
24 |
25 | document.getElementById('cda-remove').addEventListener('click', function(e) {
26 | cda.style.display = 'none';
27 | e.preventDefault();
28 | });
29 | */
30 | })();
--------------------------------------------------------------------------------
/demo/38/js/iphone-6-mobile-frame-11549517549tckx8fwqoc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/38/js/iphone-6-mobile-frame-11549517549tckx8fwqoc.png
--------------------------------------------------------------------------------
/demo/38/js/menu.js:
--------------------------------------------------------------------------------
1 | var Menu = (function() {
2 |
3 | var $container = $( '#rm-container' ),
4 | $cover = $container.find( 'div.rm-cover' ),
5 | $middle = $container.find( 'div.rm-middle' ),
6 | $right = $container.find( 'div.rm-right' ),
7 | $open = $cover.find('a.rm-button-open'),
8 | $close = $right.find('span.rm-close'),
9 | $details = $container.find( 'a.rm-viewdetails' ),
10 |
11 | init = function() {
12 |
13 | initEvents();
14 |
15 | },
16 | initEvents = function() {
17 |
18 | $open.on( 'click', function( event ) {
19 |
20 | openMenu();
21 | return false;
22 |
23 | } );
24 |
25 | $close.on( 'click', function( event ) {
26 |
27 | closeMenu();
28 | return false;
29 |
30 | } );
31 |
32 | $details.on( 'click', function( event ) {
33 |
34 | $container.removeClass( 'rm-in' ).children( 'div.rm-modal' ).remove();
35 | viewDetails( $( this ) );
36 | return false;
37 |
38 | } );
39 |
40 | },
41 | openMenu = function() {
42 |
43 | $container.addClass( 'rm-open' );
44 |
45 | },
46 | closeMenu = function() {
47 |
48 | $container.removeClass( 'rm-open rm-nodelay rm-in' );
49 |
50 | },
51 | viewDetails = function( recipe ) {
52 |
53 | var title = recipe.text(),
54 | img = recipe.data( 'thumb' ),
55 | description = recipe.parent().next().text(),
56 | url = recipe.attr( 'href' );
57 |
58 | var $modal = $( '
' );
59 |
60 | $modal.appendTo( $container );
61 |
62 | var h = $modal.outerHeight( true );
63 | $modal.css( 'margin-top', -h / 2 );
64 |
65 | setTimeout( function() {
66 |
67 | $container.addClass( 'rm-in rm-nodelay' );
68 |
69 | $modal.find( 'span.rm-close-modal' ).on( 'click', function() {
70 |
71 | $container.removeClass( 'rm-in' );
72 |
73 | } );
74 |
75 | }, 0 );
76 |
77 | };
78 |
79 | return { init : init };
80 |
81 | })();
--------------------------------------------------------------------------------
/demo/38/js/modernizr.custom.79639.js:
--------------------------------------------------------------------------------
1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD
2 | * Build: http://www.modernizr.com/download/#-cssanimations-csstransforms-csstransforms3d-csstransitions-shiv-cssclasses-teststyles-testprop-testallprops-prefixes-domprefixes
3 | */
4 | ;window.Modernizr=function(a,b,c){function z(a){j.cssText=a}function A(a,b){return z(m.join(a+";")+(b||""))}function B(a,b){return typeof a===b}function C(a,b){return!!~(""+a).indexOf(b)}function D(a,b){for(var d in a)if(j[a[d]]!==c)return b=="pfx"?a[d]:!0;return!1}function E(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:B(f,"function")?f.bind(d||b):f}return!1}function F(a,b,c){var d=a.charAt(0).toUpperCase()+a.substr(1),e=(a+" "+o.join(d+" ")+d).split(" ");return B(b,"string")||B(b,"undefined")?D(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),E(e,b,c))}var d="2.5.3",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={},r={},s={},t=[],u=t.slice,v,w=function(a,c,d,e){var f,i,j,k=b.createElement("div"),l=b.body,m=l?l:b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),k.appendChild(j);return f=["",""].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},x={}.hasOwnProperty,y;!B(x,"undefined")&&!B(x.call,"undefined")?y=function(a,b){return x.call(a,b)}:y=function(a,b){return b in a&&B(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=u.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(u.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(u.call(arguments)))};return e});var G=function(a,c){var d=a.join(""),f=c.length;w(d,function(a,c){var d=b.styleSheets[b.styleSheets.length-1],g=d?d.cssRules&&d.cssRules[0]?d.cssRules[0].cssText:d.cssText||"":"",h=a.childNodes,i={};while(f--)i[h[f].id]=h[f];e.csstransforms3d=(i.csstransforms3d&&i.csstransforms3d.offsetLeft)===9&&i.csstransforms3d.offsetHeight===3},f,c)}([,["@media (",m.join("transform-3d),("),h,")","{#csstransforms3d{left:9px;position:absolute;height:3px;}}"].join("")],[,"csstransforms3d"]);q.cssanimations=function(){return F("animationName")},q.csstransforms=function(){return!!F("transform")},q.csstransforms3d=function(){var a=!!F("perspective");return a&&"webkitPerspective"in g.style&&(a=e.csstransforms3d),a},q.csstransitions=function(){return F("transition")};for(var H in q)y(q,H)&&(v=H.toLowerCase(),e[v]=q[H](),t.push((e[v]?"":"no-")+v));return z(""),i=k=null,function(a,b){function g(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function h(){var a=k.elements;return typeof a=="string"?a.split(" "):a}function i(a){var b={},c=a.createElement,e=a.createDocumentFragment,f=e();a.createElement=function(a){var e=(b[a]||(b[a]=c(a))).cloneNode();return k.shivMethods&&e.canHaveChildren&&!d.test(a)?f.appendChild(e):e},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+h().join().replace(/\w+/g,function(a){return b[a]=c(a),f.createElement(a),'c("'+a+'")'})+");return n}")(k,f)}function j(a){var b;return a.documentShived?a:(k.shivCSS&&!e&&(b=!!g(a,"article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio{display:none}canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden]{display:none}audio[controls]{display:inline-block;*display:inline;*zoom:1}mark{background:#FF0;color:#000}")),f||(b=!i(a)),b&&(a.documentShived=b),a)}var c=a.html5||{},d=/^<|^(?:button|form|map|select|textarea)$/i,e,f;(function(){var a=b.createElement("a");a.innerHTML="
",e="hidden"in a,f=a.childNodes.length==1||function(){try{b.createElement("a")}catch(a){return!0}var c=b.createDocumentFragment();return typeof c.cloneNode=="undefined"||typeof c.createDocumentFragment=="undefined"||typeof c.createElement=="undefined"}()})();var k={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:j};a.html5=k,j(b)}(this,b),e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.testProp=function(a){return D([a])},e.testAllProps=F,e.testStyles=w,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+t.join(" "):""),e}(this,this.document);
--------------------------------------------------------------------------------
/demo/39/images/00.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/39/images/00.jpg
--------------------------------------------------------------------------------
/demo/39/images/01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/39/images/01.jpg
--------------------------------------------------------------------------------
/demo/39/images/02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/39/images/02.jpg
--------------------------------------------------------------------------------
/demo/39/images/background-images.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/39/images/background-images.jpg
--------------------------------------------------------------------------------
/demo/39/images/top_slick_cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/39/images/top_slick_cover.png
--------------------------------------------------------------------------------
/demo/39/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
39-Carousel
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
28 |
29 |
轮播图
30 |
31 |
32 |
33 |
34 |
58 |
59 |
--------------------------------------------------------------------------------
/demo/40/img/img-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-1.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-2.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-3.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-4.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-5.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-6.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-7.jpg
--------------------------------------------------------------------------------
/demo/40/img/img-8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/40/img/img-8.jpg
--------------------------------------------------------------------------------
/demo/41/css/style.css:
--------------------------------------------------------------------------------
1 | body {
2 | background-color: #000;
3 | margin: 0;
4 | overflow: hidden;
5 | background-repeat: no-repeat;
6 | }
--------------------------------------------------------------------------------
/demo/41/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
41-NeonLove
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/demo/42/css/style.css:
--------------------------------------------------------------------------------
1 | @import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
2 | html, body {
3 | width: 100%;
4 | height: 100%;
5 | margin: 0;
6 | user-select: none;
7 | }
8 | body {
9 | display: flex;
10 | font-family: Roboto, "Helvetica Neue", sans-serif;
11 | font-size: 18px;
12 | perspective: 1000px;
13 | background-color: #f5f5f5;
14 | flex-direction: column;
15 | justify-content: center;
16 | align-items: center;
17 | }
18 | .description {
19 | margin-top: 50px;
20 | text-align: center;
21 | color: #999;
22 | transition: opacity 0.3s ease;
23 | }
24 | .description a {
25 | color: #4a9df6;
26 | text-decoration: none;
27 | }
28 | .btn.is-open ~ .description {
29 | opacity: 0;
30 | }
31 | .btn {
32 | display: block;
33 | position: relative;
34 | width: 200px;
35 | height: 80px;
36 | transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
37 | transform-style: preserve-3d;
38 | transform-origin: 50% 50%;
39 | text-align: center;
40 | }
41 | .btn-front {
42 | position: absolute;
43 | display: block;
44 | width: 100%;
45 | height: 100%;
46 | line-height: 80px;
47 | background-color: #f44336;
48 | color: #fff;
49 | cursor: pointer;
50 | backface-visibility: hidden;
51 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
52 | transition: background 0.15s ease, line-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
53 | }
54 | .btn-front:hover {
55 | background-color: #f77066;
56 | }
57 | .btn.is-open .btn-front {
58 | pointer-events: none;
59 | line-height: 160px;
60 | }
61 | .btn-back {
62 | position: absolute;
63 | width: 100%;
64 | height: 100%;
65 | background-color: #eee;
66 | color: #222;
67 | transform: translateZ(-2px) rotateX(180deg);
68 | overflow: hidden;
69 | transition: box-shadow 0.8s ease;
70 | }
71 | .btn-back p {
72 | margin-top: 27px;
73 | margin-bottom: 25px;
74 | }
75 | .btn-back button {
76 | padding: 12px 20px;
77 | width: 30%;
78 | margin: 0 5px;
79 | background-color: transparent;
80 | border: 0;
81 | border-radius: 2px;
82 | font-size: 1em;
83 | cursor: pointer;
84 | -webkit-appearance: none;
85 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
86 | transition: background 0.15s ease;
87 | }
88 | .btn-back button:focus {
89 | outline: 0;
90 | }
91 | .btn-back button.yes {
92 | background-color: #2196f3;
93 | color: #fff;
94 | }
95 | .btn-back button.yes:hover {
96 | background-color: #51adf6;
97 | }
98 | .btn-back button.no {
99 | color: #2196f3;
100 | }
101 | .btn-back button.no:hover {
102 | background-color: #ddd;
103 | }
104 | .btn.is-open .btn-back {
105 | box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
106 | }
107 | .btn[data-direction="left"] .btn-back, .btn[data-direction="right"] .btn-back {
108 | transform: translateZ(-2px) rotateY(180deg);
109 | }
110 | .btn.is-open {
111 | width: 400px;
112 | height: 160px;
113 | }
114 | .btn[data-direction="top"].is-open {
115 | transform: rotateX(180deg);
116 | }
117 | .btn[data-direction="right"].is-open {
118 | transform: rotateY(180deg);
119 | }
120 | .btn[data-direction="bottom"].is-open {
121 | transform: rotateX(-180deg);
122 | }
123 | .btn[data-direction="left"].is-open {
124 | transform: rotateY(-180deg);
125 | }
126 |
--------------------------------------------------------------------------------
/demo/42/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
42-交互式按钮
6 |
7 |
8 |
9 |
10 |
11 |
Are you sure you want to do that?
12 |
Yes
13 |
No
14 |
15 |
Delete
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/demo/42/js/somee.js:
--------------------------------------------------------------------------------
1 |
2 | var btn = document.querySelector( '.btn' );
3 |
4 | var btnFront = btn.querySelector( '.btn-front' ),
5 | btnYes = btn.querySelector( '.btn-back .yes' ),
6 | btnNo = btn.querySelector( '.btn-back .no' );
7 |
8 | btnFront.addEventListener( 'click', function( event ) {
9 | var mx = event.clientX - btn.offsetLeft,
10 | my = event.clientY - btn.offsetTop;
11 |
12 | var w = btn.offsetWidth,
13 | h = btn.offsetHeight;
14 |
15 | var directions = [
16 | { id: 'top', x: w/2, y: 0 },
17 | { id: 'right', x: w, y: h/2 },
18 | { id: 'bottom', x: w/2, y: h },
19 | { id: 'left', x: 0, y: h/2 }
20 | ];
21 |
22 | directions.sort( function( a, b ) {
23 | return distance( mx, my, a.x, a.y ) - distance( mx, my, b.x, b.y );
24 | } );
25 |
26 | btn.setAttribute( 'data-direction', directions.shift().id );
27 | btn.classList.add( 'is-open' );
28 |
29 | } );
30 |
31 | btnYes.addEventListener( 'click', function( event ) {
32 | btn.classList.remove( 'is-open' );
33 | } );
34 |
35 | btnNo.addEventListener( 'click', function( event ) {
36 | btn.classList.remove( 'is-open' );
37 | } );
38 |
39 | function distance( x1, y1, x2, y2 ) {
40 | var dx = x1-x2;
41 | var dy = y1-y2;
42 | return Math.sqrt( dx*dx + dy*dy );
43 | }
44 |
--------------------------------------------------------------------------------
/demo/43/css/style.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin:0;
3 | font-family: 'Roboto Condensed', sans-serif;
4 | }
5 |
6 | h1 {
7 |
8 | color:#333;
9 | font-weight:700;
10 | margin-top:125px;
11 | text-align:center;
12 | text-transform:uppercase;
13 | letter-spacing:4px;
14 | line-height:23px;
15 | }
16 |
17 | /* --- Start progress bar --- */
18 |
19 | .process-wrapper {
20 | margin:auto;
21 | max-width:1080px;
22 | }
23 |
24 | #progress-bar-container {
25 | position:relative;
26 | width:90%;
27 | margin:auto;
28 | height:100px;
29 | margin-top:65px;
30 | }
31 |
32 | #progress-bar-container ul {
33 | padding:0;
34 | margin:0;
35 | padding-top:15px;
36 | z-index:9999;
37 | position:absolute;
38 | width:100%;
39 | margin-top:-40px
40 | }
41 |
42 | #progress-bar-container li:before {
43 | content:" ";
44 | display:block;
45 | margin:auto;
46 | width:30px;
47 | height:30px;
48 | border-radius:50%;
49 | border:solid 2px #aaa;
50 | transition:all ease 0.3s;
51 |
52 | }
53 |
54 | #progress-bar-container li.active:before, #progress-bar-container li:hover:before {
55 | border:solid 2px #fff;
56 |
57 | background: linear-gradient(to right, #E91E63 0%,#fff 100%);
58 | }
59 |
60 | #progress-bar-container li {
61 | list-style:none;
62 | float:left;
63 | width:20%;
64 | text-align:center;
65 | color:#aaa;
66 | text-transform:uppercase;
67 | font-size:11px;
68 | cursor:pointer;
69 | font-weight:700;
70 | transition:all ease 0.2s;
71 | vertical-align:bottom;
72 | height:60px;
73 | position:relative;
74 | }
75 |
76 | #progress-bar-container li .step-inner {
77 | position:absolute;
78 | width:100%;
79 | bottom:0;
80 | font-size: 14px;
81 | }
82 |
83 | #progress-bar-container li.active, #progress-bar-container li:hover {
84 | color:#444;
85 | }
86 |
87 | #progress-bar-container li:after {
88 | content:" ";
89 | display:block;
90 | width:6px;
91 | height:6px;
92 | background:#777;
93 | margin:auto;
94 | border:solid 7px #fff;
95 | border-radius:50%;
96 | margin-top:40px;
97 | box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
98 | transition:all ease 0.2s;
99 |
100 | }
101 |
102 | #progress-bar-container li:hover:after {
103 | background:#555;
104 | }
105 |
106 | #progress-bar-container li.active:after {
107 | background:#207893;
108 | }
109 |
110 | #progress-bar-container #line {
111 | width:80%;
112 | margin:auto;
113 | background: #eee;
114 | height:6px;
115 | position:absolute;
116 | left:10%;
117 | top:57px;
118 | z-index:1;
119 | border-radius:50px;
120 | transition:all ease 0.9s;
121 | }
122 |
123 | #progress-bar-container #line-progress {
124 | content:" ";
125 | width:3%;
126 | height:100%;
127 | background: #207893;
128 | background: linear-gradient(to right, #207893 0%,#2ea3b7 100%);
129 | position:absolute;
130 | z-index:2;
131 | border-radius:50px;
132 | transition:all ease 0.9s;
133 | }
134 |
135 | #progress-content-section {
136 | width:90%;
137 | margin: auto;
138 | background: #f3f3f3;
139 | border-radius: 4px;
140 | }
141 |
142 | #progress-content-section .section-content {
143 | padding:30px 40px;
144 | text-align:center;
145 | }
146 |
147 | #progress-content-section .section-content h2 {
148 | font-size:17px;
149 | text-transform:uppercase;
150 | color:#333;
151 | letter-spacing:1px;
152 | }
153 |
154 | #progress-content-section .section-content p {
155 | font-size:16px;
156 | line-height:1.8em;
157 | color:#777;
158 | }
159 |
160 | #progress-content-section .section-content {
161 | display:none;
162 | animation: FadeInUp 700ms ease 1;
163 | animation-fill-mode:forwards;
164 | transform:translateY(15px);
165 | opacity:0;
166 | }
167 |
168 | #progress-content-section .section-content.active {
169 | display:block;
170 | }
171 |
172 | @keyframes FadeInUp {
173 | 0% {
174 | transform:translateY(15px);
175 | opacity:0;
176 | }
177 |
178 | 100% {
179 | transform:translateY(0px);
180 | opacity:1;
181 | }
182 | }
183 |
--------------------------------------------------------------------------------
/demo/44/demo1/css/style.css:
--------------------------------------------------------------------------------
1 | body * {
2 | transition: all 0.5s;
3 |
4 | }
5 | .container {
6 | width: 960px;
7 | margin: 55px auto;
8 | padding: 5px;
9 | padding-left: 20px;
10 |
11 | }
12 |
13 | .box {
14 | width: 24%;
15 | height: 275px;
16 | margin: 0.2%;
17 | padding: 15px;
18 | box-sizing: border-box;
19 | display: inline-block;
20 | background-image: url(../img/photo1.jpg);
21 | background-position: center;
22 | position: relative;
23 | overflow: hidden;
24 | cursor: pointer;
25 | }
26 | .box .icon-cont {
27 | border: 6px solid rgba(255,255,255,0.3);
28 | border-radius: 50%;
29 | width: 75px;
30 | height: 75px;
31 | margin: 20px auto;
32 | display: block;
33 | text-align: center;
34 |
35 | position: absolute;
36 | top: 10px;
37 | left: 0;
38 | right: 0;
39 | z-index: 5;
40 |
41 | box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
42 | }
43 | .box .icon-cont i {
44 | color: #fff;
45 | opacity: 0.6;
46 | font-size: 2.5em;
47 | line-height: 75px;
48 | }
49 | .box:hover .icon-cont {
50 | animation: shady 4s linear infinite;
51 | }
52 |
53 | @keyframes shady {
54 | 0% {box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);}
55 | 20% {box-shadow: 0 0 0 100px rgba(255,255,255,0), 0 0 0 0px rgba(3, 108, 129, 0);}
56 | 20.1% {box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);}
57 | 50% {box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);}
58 | 70% {box-shadow: 0 0 0 100px rgba(255,255,255,0), 0 0 0 0px rgba(3, 108, 129, 0);}
59 | 70.1% {box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);}
60 | 100% {box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);}
61 | }
62 |
63 | .box h3 {
64 | color: #fff;
65 | font-family: 'Open Sans', Arial, sans-serif;
66 | font-weight: 500;
67 | font-size: 24px;
68 | text-align: center;
69 | text-transform: uppercase;
70 | letter-spacing: 2px;
71 | padding: 15px;
72 | border-bottom: 1px solid rgba(255,255,255,0);
73 | position: absolute;
74 | top: 95px;
75 | width: 70%;
76 | left: 10%;
77 | z-index: 4;
78 | }
79 | .box ul {
80 | font-family: 'Open Sans', Arial, sans-serif;
81 | color: #fff;
82 | font-size: 13px;
83 | line-height: 28px;
84 | text-indent: 14px;
85 | margin: 25px;
86 | margin-top: 399px;
87 | list-style-type: disc;
88 | margin-left: -15px;
89 | }
90 | .box ul.hidden {
91 | opacity: 0;
92 | }
93 | .box a.expand {
94 | width: 35px;
95 | height: 35px;
96 | background: #fff;
97 | font-weight: 600;
98 | color: #036C81;
99 | display: block;
100 | margin: 15px auto 25px;
101 | text-align: center;
102 | line-height: 35px;
103 | cursor: pointer;
104 | position: absolute;
105 | left: 0;
106 | right: 0;
107 | bottom: 10px;
108 | border-radius: 50px;
109 |
110 | }
111 | .box a.expand span.minus {
112 | opacity: 0;
113 | }
114 | .box a.expand span.plus {
115 | opacity: 1;
116 | padding-left: 5px;
117 | }
118 | .box.selected a.expand {
119 | display: block;
120 | position: absolute;
121 | left: 180px;
122 | right: -29px;
123 | bottom: -39px;
124 | width: 80px;
125 | height: 50px;
126 | background: #eee;
127 | color: #036C81;
128 | transform: rotate(-45deg);
129 | }
130 | .box.selected a.expand span {
131 | display: block;
132 | position: absolute;
133 | top: -4px;
134 | left: 38px;
135 | transform: rotate(45deg);
136 | font-size: 24px;
137 | }
138 | .box.selected a.expand span.minus {
139 | opacity: 1;
140 | }
141 | .box.selected a.expand span.plus {
142 | opacity: 0;
143 | }
144 | .box.selected .icon-cont {
145 | transform: scale(1.5,1.5);
146 | opacity: 0.3;
147 | position: absolute;
148 | top: -20px;
149 | left: -5px;
150 | right: 180px;
151 | }
152 | .box.selected:hover .icon-cont {
153 | animation: none;
154 | }
155 | .box.selected h3 {
156 | padding: 32px 15px 15px 15px;
157 | border-bottom: 1px solid rgba(255,255,255,0.3);
158 |
159 | width: 70%;
160 | top: 16px;
161 | left: 10%;
162 | }
163 | .box.selected ul.hidden {
164 | opacity: 1;
165 | margin-top: 95px;
166 | }
167 |
--------------------------------------------------------------------------------
/demo/44/demo1/img/photo1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/44/demo1/img/photo1.jpg
--------------------------------------------------------------------------------
/demo/44/demo1/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
44-HoverCard
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
RESPONSIVE
18 |
19 |
20 | Lorem ipsum dolor
21 | Set amet consecuter
22 | Lorem ipsum dolor
23 | Set amet consecuter
24 |
25 |
26 |
+ -
27 |
28 |
29 |
30 |
31 |
32 |
HIGHEND
33 |
34 |
35 | Lorem ipsum dolor
36 | Set amet consecuter
37 | Lorem ipsum dolor
38 | Set amet consecuter
39 |
40 |
41 |
+ -
42 |
43 |
44 |
45 |
46 |
47 |
HOVER
48 |
49 |
50 | Lorem ipsum dolor
51 | Set amet consecuter
52 | Lorem ipsum dolor
53 | Set amet consecuter
54 |
55 |
56 |
+ -
57 |
58 |
59 |
60 |
61 |
62 |
PERSENTING
63 |
64 |
65 | Lorem ipsum dolor
66 | Set amet consecuter
67 | Lorem ipsum dolor
68 | Set amet consecuter
69 |
70 |
71 |
+ -
72 |
73 |
74 |
79 |
80 |
--------------------------------------------------------------------------------
/demo/44/demo2/index.css:
--------------------------------------------------------------------------------
1 | body *{
2 | transition: all 0.5s;
3 | }
4 | .container{
5 | width: 989px;
6 | margin: 50px auto;
7 | padding: 5px;
8 | padding-left: 20px;
9 | }
10 | .box{
11 | width: 24%;
12 | height: 250px;
13 | margin: 0.2%;
14 | padding: 15px;
15 | box-sizing: border-box;
16 | display: inline-block;
17 | background: deepskyblue;
18 | position: relative;
19 | cursor: pointer;
20 | overflow: hidden;
21 | }
22 | .box .icon-cont{
23 | border: 5px solid rgba(255,255,255,0.3);
24 | border-radius: 50%;
25 | width: 75px;
26 | height: 75px;
27 | margin: 20px auto;
28 | display: block;
29 | text-align: center;
30 | position: absolute;
31 | top: 10px;
32 | left: 0;
33 | right: 0;
34 | z-index: 5;
35 | box-shadow: 0 0 0 0 rgba(255,255,255,0.5),
36 | 0 0 0 0 rgba(3,108,129,0.5);
37 | }
38 | .box .icon-cont i{
39 | color: white;
40 | opacity: 0.5;
41 | font-size: 2.5rem;
42 | line-height: 75px;
43 | }
44 | .box:hover .icon-cont{
45 | animation: shady 4s linear infinite;
46 | }
47 | @keyframes shady{
48 | 0%{
49 | box-shadow: 0 0 0 0px rgba(255,255,255,0.5),
50 | 0 0 0 0px rgba(3,108,129,0.5);
51 | }
52 | 20%{
53 | box-shadow: 0 0 0 100px rgba(255,255,255,0.5),
54 | 0 0 0 0px rgba(3,108,129,0.5);
55 | }
56 | }
57 |
58 | .box h3{
59 | color: white;
60 | font-family: tahoma;
61 | font-weight: 300;
62 | font-size: 24px;
63 | text-align: center;
64 | text-transform: uppercase;
65 | letter-spacing: 2px;
66 | padding: 15px;
67 | border-bottom: 1px solid rgba(255,255,255,0);
68 | position: absolute;
69 | top: 95px;
70 | width: 70%;
71 | left: 10%;
72 | z-index: 4;
73 | }
74 | .box ul{
75 | font-family: tahoma;
76 | color: white;
77 | font-size: 13px;
78 | line-height: 28px;
79 | text-indent: 14px;
80 | margin: 25px;
81 | margin-top: 399px;
82 | list-style-type: disc;
83 | margin-left: -15px;
84 | }
85 | .box ul.expend{
86 | width: 35px;
87 | height: 35px;
88 | background: white;
89 | font-weight: 599;
90 | color: deepskyblue;
91 | display: block;
92 | margin: 15px auto 25px;
93 | text-align: center;
94 | line-height: 35px;
95 | cursor: pointer;
96 | position: absolute;
97 | left: 0;
98 | right: 0;
99 | bottom: 10px;
100 | border-radius: 50px;
101 | }
102 | .box a.expend{
103 | position: absolute;
104 | bottom: 30px;
105 | left: 50%;
106 | transform: translateX(-50%);
107 | display: block;
108 | width: 40px;
109 | height: 40px;
110 | border-radius: 50%;
111 | background: #fff;
112 | line-height: 40px;
113 | text-align: center;
114 | }
115 | .box a.expend span.minus{
116 | opacity: 0;
117 | }
118 | .box a.expend span.plus{
119 | opacity: 1;
120 | padding-left: calc((40px - 50%)/2);
121 | }
122 | .box.selected a.expend{
123 | display: block;
124 | position: absolute;
125 | left: 180px;
126 | right: -29px;
127 | bottom: -15px;
128 | width: 80px;
129 | height: 50px;
130 | background: #eee;
131 | color: deepskyblue;
132 | transform: rotate(-45deg);
133 | }
134 | .box.selected a.expend span{
135 | display: block;
136 | position: absolute;
137 | top: -4px;
138 | left: 38px;
139 | transform: rotate(45deg);
140 | font-size: 24px;
141 | }
142 | .box.selected a.expend span.minus{
143 | opacity: 1;
144 | }
145 | .box.selected a.expend span.plus{
146 | opacity: 0;
147 | }
148 | .box.selected .icon-cont{
149 | transform: scale(1.5,1.5);
150 | opacity: 0.3;
151 | position: absolute;
152 | top: -20px;
153 | left: -5px;
154 | right: 180px;
155 | }
156 | .box.selected:hover .icon-cont{
157 | animation: none;
158 | }
159 | .box.selected h3{
160 | padding: 32px 15px 15px 15px;
161 | border-bottom: 1px solid rgba(255,255,255,0.3);
162 | width: 70%;
163 | top: 17px;
164 | left: 10%;
165 | }
166 | .box.selected ul.hidden{
167 | opacity: 1;
168 | margin-top: 95px;
169 | }
--------------------------------------------------------------------------------
/demo/44/demo2/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Amazing Hover Effect with the service section
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
CREATIVE
16 |
17 |
18 | lorem ipsum dolor
19 | lorem ipsum dolor
20 | lorem ipsum dolor
21 | lorem ipsum dolor
22 |
23 |
24 |
25 | +
26 | -
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
HIGHEND
35 |
36 |
37 | lorem ipsum dolor
38 | lorem ipsum dolor
39 | lorem ipsum dolor
40 | lorem ipsum dolor
41 |
42 |
43 |
44 | +
45 | -
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
HOVERY
54 |
55 |
56 | lorem ipsum dolor
57 | lorem ipsum dolor
58 | lorem ipsum dolor
59 | lorem ipsum dolor
60 |
61 |
62 |
63 | +
64 | -
65 |
66 |
67 |
68 |
69 |
70 |
71 |
LEARN
72 |
73 |
74 | lorem ipsum dolor
75 | lorem ipsum dolor
76 | lorem ipsum dolor
77 | lorem ipsum dolor
78 |
79 |
80 |
81 | +
82 | -
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
--------------------------------------------------------------------------------
/demo/44/demo2/index.js:
--------------------------------------------------------------------------------
1 | $('.box').click(function(){
2 | $(this).toggleClass('selected');
3 | })
--------------------------------------------------------------------------------
/demo/44/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
32-GridLayout
6 |
11 |
12 |
13 |
下方超链接1:代码和视频中的有些不一样,效果一样【视频中的代码有些不全】
14 |
下方超链接2:B站UP @大表弟的哥 提供【大家快来围观学习】
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/demo/45/css/style.css:
--------------------------------------------------------------------------------
1 | *{
2 | margin: 0;
3 | padding: 0;
4 |
5 | }
6 | body {
7 | background: #f3f4f4;
8 | font-family: 'Roboto Condensed', sans-serif;
9 | overflow: hidden;
10 | }
11 | .mr2 {
12 | margin-right: 1rem;
13 | }
14 | .ml2 {
15 | margin-left: 1rem;
16 | }
17 | .article-title {
18 | font-size: 2.5rem;
19 | line-height: 1;
20 | font-family: 'Roboto Condensed', sans-serif;
21 | text-align: center;
22 | letter-spacing: 0.025em;
23 | transition: font-size 0.45s ease-in-out, color 0.3s ease-out;
24 | }
25 | .header-image {
26 | height: 220px;
27 | background-image: url(../img/11.jpg);
28 | background-size: cover;
29 | background-position: center;
30 | margin-bottom: 3rem;
31 | position: relative;
32 | transition: all 0.45s ease-in-out;
33 | }
34 | .overlay {
35 | transition: all 0.3s ease-in-out;
36 | background: ;
37 | opacity: 0;
38 | position: absolute;
39 | top: 0;
40 | right: 0;
41 | bottom: 0;
42 | left: 0;
43 | }
44 | .title-wrap {
45 | transform: translateY(0);
46 | transition: transform 0.45s ease-in;
47 | }
48 | .drop-cap {
49 | font-size: 55px;
50 | line-height: 28px;
51 | }
52 | .wrapper {
53 | height: 100vh;
54 | display: flex;
55 | align-items: center;
56 | justify-content: center;
57 | }
58 | .book__cover-exerpt {
59 | color: #6a6a6a;
60 | padding: 1rem 1.5rem;
61 | line-height: 1.6;
62 | text-align: center;
63 | opacity: 1;
64 | max-width: 370px;
65 | margin: 0 auto;
66 | display: block;
67 | transition: all 0.25s ease-in-out;
68 | }
69 |
70 | .book__cover {
71 | height: 100%;
72 | width: 100%;
73 | }
74 | .book__content {
75 | text-align: justify;
76 | word-wrap: break-word;
77 | font-size: 1.1rem;
78 | opacity: 0;
79 | transition: all 1.5s ease-in-out;
80 | max-width: 750px;
81 | margin: 0 auto 6rem;
82 | padding: 0 2rem;
83 | }
84 | .book__content p {
85 | line-height: 1.8;
86 | color: #3a3a3a;
87 | margin-bottom: 2.5rem;
88 | }
89 | .book {
90 | overflow: hidden;
91 | background: white;
92 | height: 580px;
93 | width: 400px;
94 | box-shadow: 0 20px 30px -10px #ccc;
95 | transition: all 0.5s ease-in-out;
96 | }
97 | .book:hover {
98 | box-shadow: 0 6px 50px 10px #cfcfcf;
99 | }
100 | .book--expanded {
101 | height: 100%;
102 | width: 100%;
103 | overflow-y: scroll;
104 | }
105 | .book--expanded .overlay {
106 | opacity: 0.95;
107 | }
108 | .book--expanded .article-title {
109 | color: white;
110 | font-size: 64px;
111 | letter-spacing: 0.05em;
112 | }
113 | .book--expanded .title-wrap {
114 | transform: translateY(-300px);
115 | color: white;
116 | }
117 | .book--expanded .book__cover-exerpt {
118 | opacity: 0;
119 | }
120 | .book--expanded .book__cover {
121 | height: 460px;
122 | margin-bottom: 6rem;
123 | }
124 | .book--expanded .book__content {
125 | opacity: 1;
126 | }
127 | .book--expanded .header-image {
128 | height: 100%;
129 | }
130 | span{
131 | margin-left: -35px;
132 | }
133 | span .fa {
134 | font-size: 17px;
135 | margin-left: 20px;
136 | }
137 |
--------------------------------------------------------------------------------
/demo/45/img/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/demo/45/img/11.jpg
--------------------------------------------------------------------------------
/demo/45/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
45-FullCard
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
Dark House
17 |
18 |
19 |
20 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae accusamus, numquam nihil dicta illum, atque deserunt quas quasi nulla, fugiat ipsum voluptas vel laudantium autem. Tempora veniam labore error dolores facere, nostrum suscipit modi, necessitatibus nulla sequi, neque quidem vero.
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
O Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias est incidunt odit ea adipisci animi nihil voluptates iure beatae explicabo asperiores enim ex placeat itaque minus error temporibus voluptate corporis suscipit commodi voluptatibus praesentium molestiae, perspiciatis nulla. Accusantium harum nisi maiores, velit perferendis, nesciunt ad, porro sequi aliquid maxime molestias!
34 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab nobis fuga delectus tempore. Odio ipsa voluptate ex nobis ratione consequatur dignissimos dolorum culpa, ipsam sit dolorem itaque excepturi, natus sed deleniti incidunt ipsum asperiores! Molestiae cumque quam nulla, nam inventore. Necessitatibus blanditiis cumque laboriosam, id, ad unde quo ipsum nulla.
35 |
36 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum accusantium velit expedita, minima sapiente unde magnam dicta. Consequuntur cumque numquam sed deserunt, quidem officia illo blanditiis ipsum, commodi distinctio quam molestias dolore, doloremque corporis? Rem ad recusandae delectus accusamus, harum quisquam perferendis dolor aut consectetur nesciunt atque laborum ab dolores.
37 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad, neque, magnam. Impedit deleniti ad alias, unde vero quis mollitia, tenetur minima porro, officia iusto quae harum labore nostrum aliquid aut maxime, architecto in reprehenderit. Doloribus pariatur quam fuga sed modi veniam, vel corporis magnam quis eius cumque voluptate, dolore repellendus labore nobis, voluptatibus dicta sapiente doloremque! Enim dicta totam debitis cumque similique, natus, consequatur quidem cum incidunt, sint quos. Ea.
38 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident voluptatum possimus dolores nesciunt natus quaerat quas quo quam obcaecati ducimus totam quia sint, et nobis nisi tenetur id aspernatur quibusdam molestiae reprehenderit sed incidunt. Voluptas error necessitatibus sed inventore, quasi facilis, est. Asperiores atque laboriosam inventore quis eos nulla. Fuga neque odit maiores facilis voluptas nemo numquam, eos amet molestias.
39 |
40 |
41 |
42 |
43 |
44 |
45 |
53 |
54 |
--------------------------------------------------------------------------------
/img/01-login.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/01-login.jpg
--------------------------------------------------------------------------------
/img/02-button.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/02-button.jpg
--------------------------------------------------------------------------------
/img/03-Page.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/03-Page.jpg
--------------------------------------------------------------------------------
/img/04-button.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/04-button.jpg
--------------------------------------------------------------------------------
/img/05-All-Button.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/05-All-Button.jpg
--------------------------------------------------------------------------------
/img/06-Button.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/06-Button.jpg
--------------------------------------------------------------------------------
/img/07-Clock.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/07-Clock.jpg
--------------------------------------------------------------------------------
/img/08-Share.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/08-Share.jpg
--------------------------------------------------------------------------------
/img/09-skills-meter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/09-skills-meter.jpg
--------------------------------------------------------------------------------
/img/10-3D-Shader.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/10-3D-Shader.jpg
--------------------------------------------------------------------------------
/img/11-Text-Smoke.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/11-Text-Smoke.jpg
--------------------------------------------------------------------------------
/img/12-Water-Ripple.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/12-Water-Ripple.jpg
--------------------------------------------------------------------------------
/img/13-SendMessage.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/13-SendMessage.jpg
--------------------------------------------------------------------------------
/img/14-Download.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/14-Download.jpg
--------------------------------------------------------------------------------
/img/15-Paging.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/15-Paging.jpg
--------------------------------------------------------------------------------
/img/16-Show.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/16-Show.jpg
--------------------------------------------------------------------------------
/img/17-Paging.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/17-Paging.jpg
--------------------------------------------------------------------------------
/img/18-Facebook.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/18-Facebook.jpg
--------------------------------------------------------------------------------
/img/19-Card-Effect.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/19-Card-Effect.jpg
--------------------------------------------------------------------------------
/img/20-Loading.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/20-Loading.jpg
--------------------------------------------------------------------------------
/img/21-Clock.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/21-Clock.jpg
--------------------------------------------------------------------------------
/img/22-GlowingBtn.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/22-GlowingBtn.jpg
--------------------------------------------------------------------------------
/img/23-MenuEffect.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/23-MenuEffect.jpg
--------------------------------------------------------------------------------
/img/24-ConfirmBox.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/24-ConfirmBox.jpg
--------------------------------------------------------------------------------
/img/25-CardEffects.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/25-CardEffects.jpg
--------------------------------------------------------------------------------
/img/26-Odometer.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/26-Odometer.jpg
--------------------------------------------------------------------------------
/img/27-RadialMenu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/27-RadialMenu.jpg
--------------------------------------------------------------------------------
/img/28-ImageEffect.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/28-ImageEffect.jpg
--------------------------------------------------------------------------------
/img/29-Pagination.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/29-Pagination.jpg
--------------------------------------------------------------------------------
/img/30-Loading.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/30-Loading.jpg
--------------------------------------------------------------------------------
/img/31-Card-Effect.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/31-Card-Effect.jpg
--------------------------------------------------------------------------------
/img/32-GridLayout.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/32-GridLayout.jpg
--------------------------------------------------------------------------------
/img/33-CardEffect.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/33-CardEffect.jpg
--------------------------------------------------------------------------------
/img/34-Book-Flip.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/34-Book-Flip.jpg
--------------------------------------------------------------------------------
/img/35-Calendar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/35-Calendar.jpg
--------------------------------------------------------------------------------
/img/36-Add-Cart.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/36-Add-Cart.jpg
--------------------------------------------------------------------------------
/img/37-SelectBox.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/37-SelectBox.jpg
--------------------------------------------------------------------------------
/img/38-RESTAURANT.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/38-RESTAURANT.jpg
--------------------------------------------------------------------------------
/img/39-Carousel.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/39-Carousel.jpg
--------------------------------------------------------------------------------
/img/40-ShowCommodity.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/40-ShowCommodity.jpg
--------------------------------------------------------------------------------
/img/41-NeonLove.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/41-NeonLove.jpg
--------------------------------------------------------------------------------
/img/42-InteractiveButton.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/42-InteractiveButton.jpg
--------------------------------------------------------------------------------
/img/43-ProgressBar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/43-ProgressBar.jpg
--------------------------------------------------------------------------------
/img/44-HoverCard.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/44-HoverCard.jpg
--------------------------------------------------------------------------------
/img/45-FullCard.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/45-FullCard.jpg
--------------------------------------------------------------------------------
/img/46-Calculator.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/46-Calculator.jpg
--------------------------------------------------------------------------------
/img/AboutMe.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/AboutMe.jpg
--------------------------------------------------------------------------------
/img/end.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/end.gif
--------------------------------------------------------------------------------
/img/start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/start.png
--------------------------------------------------------------------------------
/img/项目目录结构.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/img/项目目录结构.png
--------------------------------------------------------------------------------
/src/01-Button.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/01-Button.rar
--------------------------------------------------------------------------------
/src/02-Button.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/02-Button.rar
--------------------------------------------------------------------------------
/src/03-Page.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/03-Page.rar
--------------------------------------------------------------------------------
/src/04-Button.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/04-Button.rar
--------------------------------------------------------------------------------
/src/05-All-Button.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/05-All-Button.rar
--------------------------------------------------------------------------------
/src/06-Button.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/06-Button.rar
--------------------------------------------------------------------------------
/src/07-Clock.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/07-Clock.rar
--------------------------------------------------------------------------------
/src/08-Share.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/08-Share.rar
--------------------------------------------------------------------------------
/src/09-Skills-Meter.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/09-Skills-Meter.rar
--------------------------------------------------------------------------------
/src/10-3D-Shader.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/10-3D-Shader.rar
--------------------------------------------------------------------------------
/src/11-Text-Smoke.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/11-Text-Smoke.rar
--------------------------------------------------------------------------------
/src/12-Water-Ripple.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/12-Water-Ripple.rar
--------------------------------------------------------------------------------
/src/13-SendMessage.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/13-SendMessage.rar
--------------------------------------------------------------------------------
/src/14-Download.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/14-Download.rar
--------------------------------------------------------------------------------
/src/15-Paging.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/15-Paging.rar
--------------------------------------------------------------------------------
/src/16-Show.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/16-Show.rar
--------------------------------------------------------------------------------
/src/17-Paging.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/17-Paging.rar
--------------------------------------------------------------------------------
/src/18-Facebook.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/18-Facebook.rar
--------------------------------------------------------------------------------
/src/19-Card-Effect.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/19-Card-Effect.rar
--------------------------------------------------------------------------------
/src/20-Loading.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/20-Loading.rar
--------------------------------------------------------------------------------
/src/21-Clock.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/21-Clock.rar
--------------------------------------------------------------------------------
/src/22-GlowingBtn.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/22-GlowingBtn.rar
--------------------------------------------------------------------------------
/src/23-MenuEffect.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/23-MenuEffect.rar
--------------------------------------------------------------------------------
/src/24-ConfirmBox.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/24-ConfirmBox.rar
--------------------------------------------------------------------------------
/src/25-CardEffects.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/25-CardEffects.rar
--------------------------------------------------------------------------------
/src/26-Odometer.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/26-Odometer.rar
--------------------------------------------------------------------------------
/src/27-RadialMenu.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/27-RadialMenu.rar
--------------------------------------------------------------------------------
/src/28-ImageEffect.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/28-ImageEffect.rar
--------------------------------------------------------------------------------
/src/29-Pagination.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/29-Pagination.rar
--------------------------------------------------------------------------------
/src/30-Loading.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/30-Loading.rar
--------------------------------------------------------------------------------
/src/31-Card-Effect.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/31-Card-Effect.rar
--------------------------------------------------------------------------------
/src/32-GridLayout.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/32-GridLayout.rar
--------------------------------------------------------------------------------
/src/33-CardEffect.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/33-CardEffect.rar
--------------------------------------------------------------------------------
/src/34-Book-Flip.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/34-Book-Flip.rar
--------------------------------------------------------------------------------
/src/35-Calendar.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/35-Calendar.rar
--------------------------------------------------------------------------------
/src/36-Add-Cart.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/36-Add-Cart.rar
--------------------------------------------------------------------------------
/src/37-SelectBox.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/37-SelectBox.rar
--------------------------------------------------------------------------------
/src/38-RESTAURANT.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/38-RESTAURANT.rar
--------------------------------------------------------------------------------
/src/39-Carousel.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/39-Carousel.rar
--------------------------------------------------------------------------------
/src/40-ShowCommodity.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/40-ShowCommodity.rar
--------------------------------------------------------------------------------
/src/41-NeonLove.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/41-NeonLove.rar
--------------------------------------------------------------------------------
/src/42-Interactive Button.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/42-Interactive Button.rar
--------------------------------------------------------------------------------
/src/43-ProgressBar.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/43-ProgressBar.rar
--------------------------------------------------------------------------------
/src/44-HoverCard.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/44-HoverCard.rar
--------------------------------------------------------------------------------
/src/45-FullCard.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/45-FullCard.rar
--------------------------------------------------------------------------------
/src/46-Calculator.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/local-host-8080/demo-html-css/425bb12ac99146f44ae6d533bbb5f96e5660e454/src/46-Calculator.rar
--------------------------------------------------------------------------------