diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css new file mode 100644 index 0000000..07b9627 --- /dev/null +++ b/src/main/resources/static/style.css @@ -0,0 +1,25 @@ +body { + background: #f54d9a; +} + +.logo { + background: #FF9CCE; +} + +main { + padding: 2%; + margin: 10% 5%; +} + +main img { + width: 100%; + object-fit: cover; +} + +form { + padding: 1%; +} + +.product-div { + background: #e874ac; +} \ No newline at end of file diff --git a/src/main/resources/templates/UserPage.html b/src/main/resources/templates/UserPage.html new file mode 100644 index 0000000..2475208 --- /dev/null +++ b/src/main/resources/templates/UserPage.html @@ -0,0 +1,55 @@ + + +
+ +