更新第78个小实例:按钮悬浮效果

This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2021-12-23 18:26:19 +08:00
parent 90b25ab73f
commit 0e69e117b9
2 changed files with 2 additions and 2 deletions

View File

@ -53,6 +53,6 @@ body{
.btn:nth-child(4):hover{
/* 沿Y轴旋转-15度 */
transform: rotateY(-15deg);
/* 阴影 */
/* 阴影 */
box-shadow: 15px 0 15px rgba(225,95,65,0.56);
}

View File

@ -8,7 +8,7 @@
<title>按钮悬浮效果</title>
<link rel="stylesheet" href="../css/78.css">
</head>
<body>
<div class="container">
<button class="btn">求点赞</button>