diff options
Diffstat (limited to 'part2/phonebook/src/index.css')
-rw-r--r-- | part2/phonebook/src/index.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/part2/phonebook/src/index.css b/part2/phonebook/src/index.css new file mode 100644 index 0000000..cae3886 --- /dev/null +++ b/part2/phonebook/src/index.css @@ -0,0 +1,9 @@ +.error { + color: green; + font-size: 20px; + background: grey; + border-style: solid; + border-radius: 5px; + padding: 10px; + margin-bottom: 10px; +} |