17.旋转边框特效
Posted @大迁世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了17.旋转边框特效相关的知识,希望对你有一定的参考价值。
效果 (源码网盘地址在最后)
源码
index.html
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Rotating border</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="rainbow">
</div>
</body>
</html>
css
body
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
*, *::before, *::after
box-si
以上是关于17.旋转边框特效的主要内容,如果未能解决你的问题,请参考以下文章