kristerkari/placekeeper

View on GitHub
test/manual/tests.css

Summary

Maintainability
Test Coverage

.placeholder {
    color: #aaa;
}

/* Basic styles to make it easier to see the placeholder effect */
input, textarea {
  display: block;
  width: 400px;
  height: 30px;
  margin: 8px;
  padding: 4px;
  font-size: 1.3em;
}

input:focus {
    outline: 2px solid pink;
}