当前位置:网站首页>鼠标悬停效果七
鼠标悬停效果七
2022-07-01 02:31:00 【紫微前端】

<h3 class="hover">Hover Me</h3>
<style>
body {
height: 100vh;
margin: 0;
display: grid;
place-content: center;
align-items: center;
}
h3 {
font-family: system-ui, sans-serif;
font-size: 4rem;
margin:0;
cursor: pointer;
padding: 0 .1em;
}
.hover {
border: 8px solid;
border-image: repeating-linear-gradient(135deg,#F8CA00 0 10px,#E97F02 0 20px,#BD1550 0 30px) 8;
-webkit-mask:
conic-gradient(from 180deg at top 8px right 8px, #0000 90deg,#000 0)
var(--_i,200%) 0 /200% var(--_i,8px) border-box no-repeat,
conic-gradient(at bottom 8px left 8px, #0000 90deg,#000 0)
0 var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
linear-gradient(#000 0 0) padding-box no-repeat;
transition: .3s, -webkit-mask-position .3s .3s;
}
.hover:hover {
--_i: 100%;
color: #CC333F;
transition: .3s, -webkit-mask-size .3s .3s;
}
</style>边栏推荐
- How to add a condition for an associated table in an SQL statement [null value required or not required]
- The image variables in the Halcon variable window are not displayed, and it is useless to restart the software and the computer
- SWT / anr problem - SWT caused by long execution time of native method
- CentOS installs multiple versions of PHP and switches
- Clickhouse eliminates the gap caused by group by
- js中的图片预加载
- House change for agricultural products? "Disguised" house purchase subsidy!
- Ernie-gram, 显式、完备的 n-gram 掩码语言模型,实现了显式的 n-gram 语义单元知识建模。
- 手机edge浏览器无法打开三方应用
- How do the top ten securities firms open accounts? Also, is it safe to open an account online?
猜你喜欢

Int and bit group turn to each other

项目管理是什么?

With one-stop insight into industry hot spots, the new function "traffic market" of feigua data station B is launched!

Pychar open remote directory remote host

LabVIEW calculates the camera image sensor resolution and lens focal length

Pulsar geo replication/ disaster recovery / regional replication

联想X86服务器重启管理控制器(XClarity Controller)或TSM的方法

如何在智汀中实现智能锁与灯、智能窗帘电机场景联动?

Rocketqa: cross batch negatives, de noised hard negative sampling and data augmentation

The latest wechat iPad protocol code obtains official account authorization, etc
随机推荐
Thread Detach
Open source basic software companies, looking for you to create the future together (api7.ai)
Contrastive learning of Class-agnostic Activation Map for Weakly Supervised Object Localization and
【做题打卡】集成每日5题分享(第一期)
How to realize the scene linkage of intelligent lock, lamp and intelligent curtain motor in zhiting?
Leetcode interview question 17.10 Main elements
如何在智汀中實現智能鎖與燈、智能窗簾電機場景聯動?
halcon数组的一些使用
map数组函数
Rocketqa: cross batch negatives, de noised hard negative sampling and data augmentation
import tensorflow.contrib.slim as slim报错
Ernie-gram, 显式、完备的 n-gram 掩码语言模型,实现了显式的 n-gram 语义单元知识建模。
联想X86服务器重启管理控制器(XClarity Controller)或TSM的方法
522. Longest special sequence II
The mobile edge browser cannot open the third-party application
What is project management?
C language a little bit (may increase in the future)
Template: globally balanced binary tree
AI 边缘计算平台 - BeagleBone AI 64 简介
Pytorch —— 基礎指北_貳 高中生都能看懂的[反向傳播和梯度下降]