AlipBaTa Fingerstyle Reaction - My Collection

Gambar
AlipBaTa Fingerstyle AlipBaTa Reaction My Collection Alif Gustakhiyat Your browser does not support HTML video. Click to Image. Thanks. My Collection #01 Your browser does not support the video tag. AlipBaTa Reaction #01 My Collection #02 Your browser does not support the video tag. AlipBaTa Reaction #02 My Collection #03 Your browser does not support the video tag. AlipBaTa Reaction #03 My Collection #04 Your browser does not support the video tag. AlipBaTa Reaction #04 My Collection #05 Your browser does not support the video tag. AlipBaTa Reaction #05 My Collection #06 YT AlipBaTa Reaction #06 YT My Collection #07 YT AlipBaTa Reaction #07 YT

Script Fhoto Profile Efek Hover

CODE JS LINK

Letakan diatas Code </head>


<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'><link rel="stylesheet" href="./style.css">


CODE CSS


.container {
  height: 100vh;
  width: 100vw;
  max-height: 800px;
  max-width: 1280px;
  min-height: 600px;
  min-width: 1000px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.border {
  height: 369px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
}
.border:hover {
  border: 1px solid #fff;
}
.card {
  height: 379px;
  width: 300px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card0 {
  background: url("URL IMG 0") center center no-repeat;
  background-size: 300px;
}
.card0:hover {
  background: url("URL IMG 0") left center no-repeat;
  background-size: 600px;
}
.card0:hover h2 {
  opacity: 1;
}
.card0:hover .fa {
  opacity: 1;
}
.card1 {
  background: url("URL IMG 1") center center no-repeat;
  background-size: 300px;
}
.card1:hover {
  background: url("URL IMG 1") left center no-repeat;
  background-size: 600px;
}
.card1:hover h2 {
  opacity: 1;
}
.card1:hover .fa {
  opacity: 1;
}
.card2 {
  background: url("URL IMG 2") center center no-repeat;
  background-size: 300px;
}
.card2:hover {
  background: url("URL IMG 2") left center no-repeat;
  background-size: 600px;
}
.card2:hover h2 {
  opacity: 1;
}
.card2:hover .fa {
  opacity: 1;
}
h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px;
  opacity: 0;
  transition: opacity 1s;
}
.fa {
  opacity: 0;
  transition: opacity 1s;
}
.icons {
  position: absolute;
  fill: #fff;
  color: #fff;
  height: 130px;
  top: 226px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

Ganti URL IMG 0 - URL IMG 1 - URL IMG 2

CODE HTML

Letakan dalam Postingan Tampilan HTML


<div class="container">
  <div class="card card0">
    <div class="border">
      <h2>NAMA 0</h2>
      <div class="icons">
        <i class="fa fa-instagram" aria-hidden="true"></i>
        <i class="fa fa-twitter" aria-hidden="true"></i>
        <i class="fa fa-facebook" aria-hidden="true"></i>
      </div>
    </div>
  </div>
  <div class="card card1">
    <div class="border">
      <h2>NAMA 1</h2>
      <div class="icons">
        <i class="fa fa-instagram" aria-hidden="true"></i>
        <i class="fa fa-twitter" aria-hidden="true"></i>
        <i class="fa fa-facebook" aria-hidden="true"></i>
      </div>
    </div>
  </div>
  <div class="card card2">
    <div class="border">
      <h2>NAMA 2</h2>
      <div class="icons">
        <i class="fa fa-instagram" aria-hidden="true"></i>
        <i class="fa fa-twitter" aria-hidden="true"></i>
        <i class="fa fa-facebook" aria-hidden="true"></i>
      </div>
    </div>
  </div>
</div>

Ganti NAMA O - NAMA 1 - NAMA 2

Komentar

Postingan populer dari blog ini

🇮🇩 Modal Overlay Menu & Contact 🇮🇩

AlipBaTa Fingerstyle Reaction - My Collection