From d5ad2264fcb1253854b76c3fddcb1afe89b8618a Mon Sep 17 00:00:00 2001 From: yeeezin Date: Fri, 20 Dec 2024 10:26:52 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/business/register.jsp | 13 ++++++++++--- .../main/webapp/WEB-INF/views/business/verify.jsp | 14 +++++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp b/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp index ad5ede6..40d9ec5 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp @@ -27,7 +27,6 @@ } .login-box { width: 410px; - height : 220px; background: #fff; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); @@ -103,6 +102,12 @@ margin-bottom:-70px; } + h2{ + color:#25498a; + margin-bottom: 30px; /* 제목과 폼 간 거리 */ + font-size: 22px; + } + @@ -129,10 +134,12 @@ -

비즈니스 등록

+
+ +

비즈니스 등록

@@ -165,4 +172,4 @@
- + \ No newline at end of file diff --git a/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp b/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp index 3ea11da..672cc42 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp @@ -27,7 +27,7 @@ } .login-box { width: 410px; - height : 220px; + background: #fff; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); @@ -102,6 +102,12 @@ margin-bottom:-70px; } + h2{ + color:#25498a; + margin-bottom: 30px; /* 제목과 폼 간 거리 */ + font-size: 22px; + } + @@ -128,9 +134,11 @@ -

비즈니스 인증

+
+ +

비즈니스 인증

@@ -144,4 +152,4 @@
- \ No newline at end of file +