Alice-Xu

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width">

<title>css画圆</title>

<style>

#test {

width:30px;

height:30px;

border: 3px solid #ffa56f;

  border-radius: 100%;

  background: #FF8033;

  box-shadow: 0px 0px 5px #ffa56f;

}

</style>

</head>

<body>

<div id="test"></div>

</body>

</html>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2021-09-29
  • 2021-11-21
  • 2021-11-23
  • 2021-10-04
  • 2022-02-23
  • 2022-12-23
猜你喜欢
  • 2021-04-16
  • 2021-04-25
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2021-05-29
相关资源
相似解决方案