首页htmllinePage Widget - 如何集线背景

Page Widget - 如何集线背景

我们想知道如何集线背景。

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
hr {
  height: 2px;
  background-color: #ed1d61;
  border: none
}
</style>
</head>
<body>
  <hr />
</body>
</html>