Navigation
Home
Menu bar style
Css styles
Games
Downloads
Creative CSS3 Animation Art 1 (HTML and CSS Tutorial)
today we'll talk about CSS Image Hover Effects. We've prepared a tutorials for you to add some effects to your images.
Demo
Css code (Demo.css)
<!-- Get Css Code Here @font-face { font-weight: normal; font-style: normal; font-family: 'codropsicons'; src:url('../fonts/codropsicons/codropsicons.eot'); src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg'); } *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } .clearfix:before, .clearfix:after { display: table; content: ''; } .clearfix:after { clear: both; } body { background: #2f3238; color: #fff; font-weight: 400; font-size: 1em; font-family: 'Raleway', Arial, sans-serif; } a { outline: none; color: #3498db; text-decoration: none; } a:hover, a:focus { color: #528cb3; } section { padding: 1em; text-align: center; } .content { margin: 0 auto; max-width: 1000px; } .content > h2 { clear: both; margin: 0; padding: 4em 1% 0; color: #484B54; font-weight: 800; font-size: 1.5em; } .content > h2:first-child { padding-top: 0em; } /* Header */ .codrops-header { margin: 0 auto; padding: 4em 1em; text-align: center; } .codrops-header h1 { margin: 0; font-weight: 800; font-size: 4em; line-height: 1.3; } .codrops-header h1 span { display: block; padding: 0 0 0.6em 0.1em; color: #74777b; font-weight: 300; font-size: 45%; } /* Demo links */ .codrops-demos { clear: both; padding: 1em 0 0; text-align: center; } .content + .codrops-demos { padding-top: 5em; } .codrops-demos a { display: inline-block; margin: 0 5px; padding: 1em 1.5em; text-transform: uppercase; font-weight: bold; } .codrops-demos a:hover, .codrops-demos a:focus, .codrops-demos a.current-demo { background: #3c414a; color: #fff; } /* To Navigation Style */ .codrops-top { width: 100%; text-transform: uppercase; font-weight: 800; font-size: 0.69em; line-height: 2.2; } .codrops-top a { display: inline-block; padding: 1em 2em; text-decoration: none; letter-spacing: 1px; } .codrops-top span.right { float: right; } .codrops-top span.right a { display: block; float: left; } .codrops-icon:before { margin: 0 4px; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'codropsicons'; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; } .codrops-icon-drop:before { content: "\e001"; } .codrops-icon-prev:before { content: "\e004"; } /* Related demos */ .related { clear: both; padding: 6em 1em; font-size: 120%; } .related > a { display: inline-block; margin: 20px 10px; padding: 25px; border: 1px solid #4f7f90; text-align: center; } .related a:hover { border-color: #39545e; } .related a img { max-width: 100%; opacity: 0.8; } .related a:hover img, .related a:active img { opacity: 1; } .related a h3 { margin: 0; padding: 0.5em 0 0.3em; max-width: 300px; text-align: left; } @media screen and (max-width: 25em) { .codrops-header { font-size: 75%; } .codrops-icon span { display: none; } } -->
Css code (Set1.css)
<!-- Get Css Code Here @font-face { font-weight: normal; font-style: normal; font-family: 'feathericons'; src:url('../fonts/feathericons/feathericons.eot?-8is7zf'); src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg'); } .grid { position: relative; margin: 0 auto; padding: 1em 0 4em; max-width: 1000px; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; float: left; overflow: hidden; margin: 10px 1%; min-width: 320px; max-width: 480px; max-height: 360px; width: 48%; background: #3085a3; text-align: center; cursor: pointer; } .grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 0.8; } .grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Anchor will cover the whole item by default */ /* For some effects it will show as a button */ .grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .grid figure h2 { word-spacing: -0.15em; font-weight: 300; } .grid figure h2 span { font-weight: 800; } .grid figure h2, .grid figure p { margin: 0; } .grid figure p { letter-spacing: 1px; font-size: 68.5%; } /*---------------*/ /***** Layla *****/ /*---------------*/ figure.effect-layla { background: #18a367; } figure.effect-layla img { height: 390px; } figure.effect-layla figcaption { padding: 3em; } figure.effect-layla figcaption::before, figure.effect-layla figcaption::after { position: absolute; content: ''; opacity: 0; } figure.effect-layla figcaption::before { top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } figure.effect-layla figcaption::after { top: 30px; right: 50px; bottom: 30px; left: 50px; border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } figure.effect-layla h2 { padding-top: 26%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; } figure.effect-layla p { padding: 0.5em 2em; text-transform: none; opacity: 0; -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); } figure.effect-layla img, figure.effect-layla h2 { -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); } figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-layla:hover img { opacity: 0.7; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } figure.effect-layla:hover h2, figure.effect-layla:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } -->
Html code
<!-- Get Html Code here <!DOCTYPE html> <html lang="en" class="no-js"> <head> <link rel="stylesheet" type="text/css" href="demo.css" /> <link rel="stylesheet" type="text/css" href="set1.css" /> </head> <body> <div class="container"> <div class="content"> <div class="grid"> <figure class="effect-layla"> <img src="1.png" alt="img1"/> <figcaption> <h2> Crazy <span>Cats</span></h2> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> </figcaption> </figure> <figure class="effect-layla"> <img src="2.png" alt="img1"/> <figcaption> <h2> Cute <span>Pig</span></h2> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> </figcaption> </figure> </div> </div> </div> </body> </html> -->
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment