no message

This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2023-04-25 18:21:15 +08:00
parent 2ceaf82019
commit ac3edc3809
2 changed files with 5 additions and 3 deletions

View File

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

View File

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