diff --git a/bookstore/src/main/resources/static/css/bookstore.css b/bookstore/src/main/resources/static/css/bookstore.css new file mode 100644 index 0000000..977833f --- /dev/null +++ b/bookstore/src/main/resources/static/css/bookstore.css @@ -0,0 +1,4 @@ +.bookform-section { + border-top: 1px dotted #888; + padding-top: 1.5em; +} \ No newline at end of file