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