国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

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

動態(tài)Button【手把手教程】【代碼】

2023-04-17 23:52 作者:泥想什么呢想  | 我要投稿


效果截圖

button.html

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

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

<title>Button Effects Javascript</title>

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

</head>

<body>

<a href="#">

<i></i>

<i></i>

<span>Button</span>

</a>

<script>

let btn = document.querySelector('a');

btn.addEventListener('mousemove',e =>{

let rect = e.target.getBoundingClientRect();

let x = e.clientX*3-rect.left;

btn.style.setProperty('--x',x +'deg');

})

</script>

</body>

</html>

style.css

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

*

{

margin: 0;

padding: 0;

box-sizing: border-box;

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

}

:root

{

--x: 45deg;

}

body

{

display: flex;

justify-content: center;

align-items: center;

min-height: 100vh;

background: #0e1538;

}

a

{

position: relative;

width: 150px;

height: 55px;

display: inline-block;

border-radius: 5px;

}

a i?

{

position: absolute;

inset: -2px;

display: block;

border-radius: 5px;

}

a i,

a i:nth-child(2)

{

background: linear-gradient(var(--x),#00ccff,#0e1538,#0e1538,#d400d4);

}

a i:nth-child(2)

{

filter: blur(10px);

}

a span

{

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

display: flex;

justify-content: center;

align-items: center;

text-transform: uppercase;

color: #fff;

letter-spacing: 2px;

border: 1px solid #040a29;

border-radius: 3px;

background: rgba(14, 21, 56, 0.65);

overflow: hidden;

}

a span::before

{

content: '';

position: absolute;

top: 0;

left: -50%;

width: 100%;

height: 100%;

background: rgba(255, 255, 255, 0.075);

transform: skew(25deg);

}


動態(tài)Button【手把手教程】【代碼】的評論 (共 條)

分享到微博請遵守國家法律
仙桃市| 永城市| 阳谷县| 万载县| 石林| 肃北| 华容县| 班戈县| 营山县| 桐柏县| 娄烦县| 安吉县| 高雄市| 会泽县| 多伦县| 谷城县| 保定市| 通渭县| 南通市| 太湖县| 土默特左旗| 赤水市| 吉隆县| 澄城县| 开原市| 肇东市| 麻江县| 津南区| 嘉祥县| 鄂州市| 定州市| 云南省| 界首市| 临清市| 富源县| 西平县| 汝阳县| 新巴尔虎右旗| 比如县| 克山县| 驻马店市|