Untitled
Anonymous
plain_text
07/01/2023 2:51 PM
264 B
12
Indexable
/* Styling for the buttons */
button {
padding: 10px 20px;
background-color: #4CAF50;
color: white;
border: none;
cursor: pointer;
}
input[type="file"] {
display: none;
}
Editor is loading...