Untitled
unknown
plain_text
3 years ago
196 B
9
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...