From c5805f36eb9842fb6e0da9fc5062df1e203f2eeb Mon Sep 17 00:00:00 2001 From: Sreenima05-09-03 <131434989+Sreenima05-09-03@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:06:34 +0530 Subject: [PATCH 1/2] Create style.css --- public/style.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 public/style.css diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..2e6d7e1 --- /dev/null +++ b/public/style.css @@ -0,0 +1,52 @@ +body { + margin: 0; + font-family: Arial, sans-serif; +} +/* styles.css */ +/* Existing styles ... */ + +.new-beer-container { + padding: 20px; + } + + .new-beer { + max-width: 400px; + margin: 0 auto; + } + + .new-beer label { + display: block; + margin-bottom: 8px; + } + + .new-beer input { + width: 100%; + padding: 8px; + margin-bottom: 16px; + box-sizing: border-box; + } + + .new-beer button { + width:100%; + border-radius:30px; + background-color:rgb(14, 180, 202); + font-size: 26px; + color:white; + padding: 20px; + border:none; + } + + .beer{ + display:flex; + flex-wrap: wrap; + justify-content: space-around; + align-items: baseline; + width:100vw; + height:100vh; + } + .beer div{ + margin:25px; + } + .beer img{ + width:70px; + } From 7f29f35863b11fdf74c05586328f4151096f6f64 Mon Sep 17 00:00:00 2001 From: Sreenima05-09-03 <131434989+Sreenima05-09-03@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:07:37 +0530 Subject: [PATCH 2/2] Create components --- components | 1 + 1 file changed, 1 insertion(+) create mode 100644 components diff --git a/components b/components new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/components @@ -0,0 +1 @@ +