Untitled

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