Follo Molo (Become My Stalker And Ask Me To Stalk Back....I prefer a Yandere...)

Bored?You can play around with these line of colours for a while.....it is 100times better than PS4...because I dont have one....

11 Oktober 2013

Gambar dengan 10 Jenis Hover Style bahagian 1

Demo di sini

Snapshot


Cara pemasangan

1.Login ke akaun blogger anda.
2.Klik Template --> Edit HTML.
3.Cari kod ]]></b:skin>
4.Copy dan paste kod pilihan style dibawah diatas kode ]]></b:skin> tersebut
5.Untuk mengaktifkan kod,letakkan kod html yang disediakan pada setiap kod style sama ada di pos atau guna HTML/javascript pada layout

Kod css style 1
.view {
width: 250px;
height: 200px;
margin: 5px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN29q80C3ejl1dwPa3DADYogrzLIGFeQqy3FZo5SlrbumXBGCX8axDiCaXE7_rx4U0blGQXMjVICW6BuMTKraUa98vY1u1Nl5eGDjaOxnDDW9rjvoLgEI9dQKpG7kuqU1owINIO7UUSU3a/w300-h200-no/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
width: 250px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.view-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.view-first .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
background-color: rgba(219,127,8, 0.7);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.view-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.view-first:hover img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.view-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.view-first:hover p {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.view-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}

Kod html untuk style 1
<div class="view view-first">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #1</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-first">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #1</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-first">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #1</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-first">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #1</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>

Kod css style 2
.view {
width: 250px;
height: 200px;
margin: 5px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN29q80C3ejl1dwPa3DADYogrzLIGFeQqy3FZo5SlrbumXBGCX8axDiCaXE7_rx4U0blGQXMjVICW6BuMTKraUa98vY1u1Nl5eGDjaOxnDDW9rjvoLgEI9dQKpG7kuqU1owINIO7UUSU3a/w300-h200-no/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
width: 250px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.view-second img {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.view-second .mask {
background-color: rgba(115,146,184, 0.7);
width: 300px;
padding: 60px;
height: 300px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translate(265px, 145px) rotate(45deg);
-moz-transform: translate(265px, 145px) rotate(45deg);
-o-transform: translate(265px, 145px) rotate(45deg);
-ms-transform: translate(265px, 145px) rotate(45deg);
transform: translate(265px, 145px) rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-second h2 {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
-webkit-transform: translate(200px, -200px);
-moz-transform: translate(200px, -200px);
-o-transform: translate(200px, -200px);
-ms-transform: translate(200px, -200px);
transform: translate(200px, -200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-second p {
-webkit-transform: translate(-200px, 200px);
-moz-transform: translate(-200px, 200px);
-o-transform: translate(-200px, 200px);
-ms-transform: translate(-200px, 200px);
transform: translate(-200px, 200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-second a.info {
-webkit-transform: translate(0px, 100px);
-moz-transform: translate(0px, 100px);
-o-transform: translate(0px, 100px);
-ms-transform: translate(0px, 100px);
transform: translate(0px, 100px);
-webkit-transition: all 0.2s 0.1s ease-in-out;
-moz-transition: all 0.2s 0.1s ease-in-out;
-o-transition: all 0.2s 0.1s ease-in-out;
-ms-transition: all 0.2s 0.1s ease-in-out;
transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translate(-80px, -125px) rotate(45deg);
-moz-transform: translate(-80px, -125px) rotate(45deg);
-o-transform: translate(-80px, -125px) rotate(45deg);
-ms-transform: translate(-80px, -125px) rotate(45deg);
transform: translate(-80px, -125px) rotate(45deg);
}
.view-second:hover h2 {
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.view-second:hover p {
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.view-second:hover a.info {
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}

Kod html untuk style 2
<div class="view view-second">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
</div>
<div class="content">
<h2>
Hover Style #2</h2>
<p>
Description here</p>
<a href="#" class="info">Read More</a>
</div>
</div>
<div class="view view-second">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
</div>
<div class="content">
<h2>
Hover Style #2</h2>
<p>
Description here</p>
<a href="#" class="info">Read More</a>
</div>
</div>
<div class="view view-second">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
</div>
<div class="content">
<h2>
Hover Style #2</h2>
<p>
Description here</p>
<a href="#" class="info">Read More</a>
</div>
</div>
<div class="view view-second">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
</div>
<div class="content">
<h2>
Hover Style #2</h2>
<p>
Description here</p>
<a href="#" class="info">Read More</a>
</div>
</div>

Kod css style 3
.view {
width: 250px;
height: 200px;
margin: 5px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN29q80C3ejl1dwPa3DADYogrzLIGFeQqy3FZo5SlrbumXBGCX8axDiCaXE7_rx4U0blGQXMjVICW6BuMTKraUa98vY1u1Nl5eGDjaOxnDDW9rjvoLgEI9dQKpG7kuqU1owINIO7UUSU3a/w300-h200-no/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
width: 250px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.view-third img {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.view-third .mask {
background-color: rgba(0,0,0,0.6);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translate(460px, -100px) rotate(180deg);
-moz-transform: translate(460px, -100px) rotate(180deg);
-o-transform: translate(460px, -100px) rotate(180deg);
-ms-transform: translate(460px, -100px) rotate(180deg);
transform: translate(460px, -100px) rotate(180deg);
-webkit-transition: all 0.2s 0.4s ease-in-out;
-moz-transition: all 0.2s 0.4s ease-in-out;
-o-transition: all 0.2s 0.4s ease-in-out;
-ms-transition: all 0.2s 0.4s ease-in-out;
transition: all 0.2s 0.4s ease-in-out;
}
.view-third h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-third p {
-webkit-transform: translateX(300px) rotate(90deg);
-moz-transform: translateX(300px) rotate(90deg);
-o-transform: translateX(300px) rotate(90deg);
-ms-transform: translateX(300px) rotate(90deg);
transform: translateX(300px) rotate(90deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-third a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-third:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.view-third:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.view-third:hover p {
-webkit-transform: translateX(0px) rotate(0deg);
-moz-transform: translateX(0px) rotate(0deg);
-o-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.view-third:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}

Kod html untuk style 3
<div class="view view-third">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #3</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-third">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #3</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-third">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #3</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-third">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #3</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>

Kod css style 4
.view {
width: 250px;
height: 200px;
margin: 5px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN29q80C3ejl1dwPa3DADYogrzLIGFeQqy3FZo5SlrbumXBGCX8axDiCaXE7_rx4U0blGQXMjVICW6BuMTKraUa98vY1u1Nl5eGDjaOxnDDW9rjvoLgEI9dQKpG7kuqU1owINIO7UUSU3a/w300-h200-no/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
width: 250px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.view-fourth img {
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.view-fourth .mask {
background-color: rgba(0,0,0,0.8);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0) rotate(-180deg);
-moz-transform: scale(0) rotate(-180deg);
-o-transform: scale(0) rotate(-180deg);
-ms-transform: scale(0) rotate(-180deg);
transform: scale(0) rotate(-180deg);
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.view-fourth h2 {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.view-fourth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.view-fourth a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.view-fourth:hover img {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}

Kod html style 4
<div class="view view-fourth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #4</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-fourth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #4</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-fourth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #4</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-fourth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #4</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>

Kod css style 5
.view {
width: 250px;
height: 200px;
margin: 5px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN29q80C3ejl1dwPa3DADYogrzLIGFeQqy3FZo5SlrbumXBGCX8axDiCaXE7_rx4U0blGQXMjVICW6BuMTKraUa98vY1u1Nl5eGDjaOxnDDW9rjvoLgEI9dQKpG7kuqU1owINIO7UUSU3a/w300-h200-no/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
width: 250px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.view-fifth img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
background-color: rgba(146,96,91,0.3);
-webkit-transform: translateX(-300px);
-moz-transform: translateX(-300px);
-o-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
background: rgba(255, 255, 255, 0.5);
color: #000;
-webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
-moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
color: #333;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.view-fifth:hover .mask {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.view-fifth:hover img {
-webkit-transform: translateX(300px);
-moz-transform: translateX(300px);
-o-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px);
}
.view-fifth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}

Kod html style 5
<div class="view view-fifth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #5</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-fifth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #5</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-fifth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #5</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>
<div class="view view-fifth">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLKxRqxxHH8YBgpktuIFm0dooVwVDi1BToUdARWPo4_NM-acYFMxBtF0u5zaROHVJkZBLLA7f9SmseUwp21_DfkIv0REp5MjKhK6MzCIBffUCVODEdEMZ5MwPPR8VBk1I8g5huGv_v6z4V/s1600/How-to-clean-laptop.jpg" />
<div class="mask">
<h2>
Hover Style #5</h2>
<p>
Fitri1986</p>
<a href="http://fitri1986.blogspot.com" class="info">Read More</a>
</div>
</div>

Post a Comment:

Nota: Hanya ahli blog ini sahaja yang boleh mencatat ulasan.

At the post page,this banner can be spin around ;)