no message

This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2023-04-25 18:22:09 +08:00
parent ac3edc3809
commit ba9de614c4
2 changed files with 2 additions and 4 deletions

View File

@ -22,8 +22,6 @@ body{
position: relative;
/* 加个溢出隐藏 */
overflow: hidden;
text-align: center;
line-height: 60px;
}
.button.dark{
border-color: rgba(255, 255, 255, 0.12);

View File

@ -8,8 +8,8 @@
<link rel="stylesheet" href="217.css" />
</head>
<body>
<div class="button">Light</div>
<div class="button dark">Dark</div>
<button class="button">Light</button>
<button class="button dark">Dark</button>
</body>
</html>