first time worked

This commit is contained in:
bob.rao
2023-04-21 12:33:49 +08:00
parent c766e8808c
commit a582bd1120
12 changed files with 209 additions and 859 deletions

14
popup.css Normal file
View File

@@ -0,0 +1,14 @@
body {
width: 200px;
padding: 15px;
font-family: Arial, sans-serif;
}
button {
display: block;
margin-bottom: 10px;
width: 100%;
padding: 5px;
font-size: 14px;
cursor: pointer;
}