Add public/styles.css
Node.js CI Test / build (12.x) (push) Failing after 4s
Node.js CI Test / build (14.x) (push) Failing after 4s
Node.js CI Test / build (16.x) (push) Failing after 5s

This commit is contained in:
2026-05-20 04:46:36 +00:00
parent be263ac706
commit ca1432e0e2
+33
View File
@@ -0,0 +1,33 @@
* {
font-family: sans-serif, Arial, Helvetica, sans-serif;
font-weight: bold;
}
body {
background: rgb(0, 0, 0);
color: #00ffbf;
margin-top: 20px;
}
.container {
display: block;
width: 400px;
margin: 0 auto;
}
ul {
margin: 0;
padding: 0;
}
.button {
display: block;
width: 50%;
height: 30px;
background: #00ffbf;
color: rgb(0, 0, 0);
font-size: 20px;
text-align: center;
line-height: 10px;
cursor: pointer;
}