diff options
author | benal01 <bja4245@rit.edu> | 2025-03-04 09:43:37 -0500 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-04 09:43:37 -0500 |
commit | ab7aa87d3a6249352a14b5a9c3c3c9e08577657f (patch) | |
tree | 5cef39580ad1b6d8d5ca815ccf11549a76198e56 /ufund-ui/src/app/components/cupboard/cupboard.component.css | |
parent | 8e93fe31c81c4c36e66c48e7efcdbfedb1877385 (diff) | |
download | JellySolutions-ab7aa87d3a6249352a14b5a9c3c3c9e08577657f.tar.gz JellySolutions-ab7aa87d3a6249352a14b5a9c3c3c9e08577657f.tar.bz2 JellySolutions-ab7aa87d3a6249352a14b5a9c3c3c9e08577657f.zip |
cupboard component form creation and interfacing with the controller
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.css')
-rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.css b/ufund-ui/src/app/components/cupboard/cupboard.component.css index e69de29..b530d36 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.css +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.css @@ -0,0 +1,4 @@ +#create-form { + margin: auto; + border: 5px solid black; +}
\ No newline at end of file |