aboutsummaryrefslogtreecommitdiff
path: root/part2/phonebook/src/index.css
blob: cae3886617294230ef788077617b7404f2167e9b (plain)
1
2
3
4
5
6
7
8
9
.error {
  color: green;
  font-size: 20px;
  background: grey;
  border-style: solid;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}