<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html {
height: 100%;
}
body {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
background: #000;
}
button {
width: 100px;
height: 50px;
border-radius: 10px;
border: none;
outline: none;
outline: 4px solid transparent;
background: none;
color: #fff;
font-size: 20px;
position: relative;
overflow: hidden;
}
css按键边框线旋转
最新推荐文章于 2024-06-22 12:54:40 发布
本文介绍了如何使用CSS3的transform属性来创建按键边框的旋转效果,详细讲解了旋转角度设置、边框过渡动画及其在HTML元素中的应用,帮助开发者实现更丰富的网页交互体验。
摘要由CSDN通过智能技术生成