五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

CSS 響應(yīng)式卡片懸停效果『代碼評(píng)論區(qū)』『手把手教程』

2023-04-15 19:00 作者:泥想什么呢想  | 我要投稿


網(wǎng)頁效果圖

card.html

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Spy Family</title>

<link rel="stylesheet" type="text/css" href="card.css">

</head>


<body>

<div class="container">


<div class="card">

<div class="imgBx">

<img src="img1.jpg">

</div>

<div class="content">

<h2>Joel Forger</h2>

<p>Formerly known as Blair, 27 years old. Favorite food is apples and I hate bugs. Ostensibly a female civil servant in the city of Berlin, she is actually a skilled professional killer, codenamed "Princess of Thorns".</p>

</div>

</div>


<div class="card">

<div class="imgBx">

<img src="img2.jpg">

</div>

<div class="content">

<h2>Anya Forger</h2>

<p>One of the protagonists of this work. A girl with superpowers who can read minds to others. In order to enter Eden Academy, he falsely claimed to be 6 years old, but the actual age should be about 4 or 5 years old. </p>

</div>

</div>


<div class="card">

<div class="imgBx">

<img src="img3.jpg">

</div>

<div class="content">

<h2>Lloyd Foger</h2>

<p>The top spy in the West who is engaged in espionage activities in the East, codenamed "Dusk", gave up his real name in order to become a spy, and now uses the identity of Lloyd Forger.</p>

</div>

</div>

</div>

</body>


</html>

card.css

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*

{

margin: 0;

padding: 0;

font-family: 'Poppins',sans-serif;

}


body

{

display:flex;

justify-content: center;

align-items: center;

height: 100vh;

background: #16384c;

}

.container

{

position: relative;

width: 1100px;

display: flex;

justify-content: center;

align-items: center;

flex-wrap: wrap;

padding: 30px;

}

.container .card

{

position: relative;

max-width: 300px;

height: 215px;

background: #fff;

margin: 30px 10px;

padding: 20px 15px;

display: flex;

flex-direction: column;

box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);

transition: 0.3s ease-in-out;

}

.container .card:hover

{

height: 420px;


}

.container .card .imgBx

{

position: relative;

width: 260px;

height: 260px;

top: -60px;

left: 20px;

z-index: 1;

box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);

}

.container .card .imgBx img

{

/*max-width: 100%;*/

height: 260px;

width: 260px;

border-radius: 4px;

}

.container .card .content

{

position: relative;

margin-top: -140px;

padding: 10px 15px;

text-align: center;

color:? #111;

visibility: hidden;

opacity: 0;

transition: 0.3s ease-in-out;

}

.container .card:hover .content

{

visibility: visible;

opacity: 1;

margin-top: -40px;

transition-delay: 0.3s;

}

圖片

img1.jpg
img2.jpg
img3.jpg


CSS 響應(yīng)式卡片懸停效果『代碼評(píng)論區(qū)』『手把手教程』的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
屏边| 大连市| 榕江县| 齐齐哈尔市| 玛多县| 饶河县| 溧水县| 衡阳县| 泗阳县| 姚安县| 普洱| 砚山县| 社会| 石景山区| 塔河县| 阿合奇县| 新竹县| 富阳市| 驻马店市| 南川市| 井研县| 旺苍县| 广汉市| 景德镇市| 特克斯县| 航空| 泰和县| 乌审旗| 米泉市| 林周县| 湖北省| 宁阳县| 政和县| 华亭县| 孝感市| 葫芦岛市| 河北区| 博爱县| 黑山县| 鄯善县| 浦江县|