Skip to content
Snippets Groups Projects
Forms.css 101 B
#task {
  border: none;
  background-color: inherit;
  color: teal;
}

#task:hover {
  color: red;
}