This commit is contained in:
2023-01-17 20:26:15 +08:00
parent f0493c60f6
commit eb1cddab7c
8 changed files with 276 additions and 2 deletions

24
button-normal.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main-menu-style.css">
</head>
<body>
<br><br><br>Normal<br><br><br>
<div class="box">
<div class="box_text">
Button#1
</div>
</div>
<br><br><br>Press<br><br><br>
<div class="box_press">
<div class="box_text_press">
Button#2
</div>
</div>
</body>
</html>