From fb22bfd6e7729f3b4b06ac7e2a1b4b551e6c1a45 Mon Sep 17 00:00:00 2001 From: alreadynyeong Date: Fri, 21 Jan 2022 20:35:04 +0900 Subject: [PATCH] =?UTF-8?q?#54=20=EB=B2=84=ED=8A=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/test.css | 9 +++++---- public/css/test_result.css | 8 ++++---- public/css/test_start.css | 8 ++++---- public/html/test.html | 39 ++++++++++++------------------------ public/html/test_result.html | 9 ++++++++- public/html/test_start.html | 11 +++++++++- 6 files changed, 44 insertions(+), 40 deletions(-) diff --git a/public/css/test.css b/public/css/test.css index 8a5c4ae..231ccf8 100644 --- a/public/css/test.css +++ b/public/css/test.css @@ -35,21 +35,22 @@ main { .qna { margin: auto; - padding: 20px; + padding: 30px; background-color: #202020; border-radius: 10px; width: 350px; } -.qna div { +.inner button { margin: auto; width: 250px; - height: 90px; + height: 150px; + font-size: 15px; color: white; + background-color: #202020; border: 1px solid #8BFEE2; box-shadow: 0px 0px 10px 0.5px rgba(11, 243, 188, 0.5); border-radius: 20px; - padding-top: 60px; } .move { diff --git a/public/css/test_result.css b/public/css/test_result.css index c6cb0c6..5332490 100644 --- a/public/css/test_result.css +++ b/public/css/test_result.css @@ -68,14 +68,14 @@ main { border-radius: 10px; } -.return { +.inner button{ color: white; font-size: 17px; - padding-top: 15px; margin: auto; width: 260px; - height: 35px; - background: #0BF3BC; + height: 50px; + background-color: #0BF3BC; + border: #0BF3BC; border-radius: 10px; } diff --git a/public/css/test_start.css b/public/css/test_start.css index a4db4a5..4f4b9f2 100644 --- a/public/css/test_start.css +++ b/public/css/test_start.css @@ -45,13 +45,13 @@ main { padding-top: 540px; } -.start { +.inner button{ color: white; font-size: 17px; - padding-top: 11px; margin: auto; width: 185px; - height: 40px; - background: #0BF3BC; + height: 50px; + background-color: #0BF3BC; + border: #0BF3BC; border-radius: 50px; } \ No newline at end of file diff --git a/public/html/test.html b/public/html/test.html index c8b4d40..80a1084 100644 --- a/public/html/test.html +++ b/public/html/test.html @@ -6,6 +6,9 @@ Hi MBTI + + + @@ -17,43 +20,27 @@

Q1. 술집에서 멍하니 있는 당신의 머리속은?



-

-
집.. 어떻게 가지?

+ +
+
+


+ + - - - - + $(".btn").click(function() { + location.href = "test.html"; +}); + \ No newline at end of file diff --git a/public/html/test_result.html b/public/html/test_result.html index a7fdaee..6e4277d 100644 --- a/public/html/test_result.html +++ b/public/html/test_result.html @@ -5,6 +5,8 @@ Hi MBTI Result + +
@@ -34,9 +36,14 @@
- +
+ \ No newline at end of file diff --git a/public/html/test_start.html b/public/html/test_start.html index 71be213..f450d17 100644 --- a/public/html/test_start.html +++ b/public/html/test_start.html @@ -6,6 +6,8 @@ Hi MBTI Start + + @@ -13,8 +15,15 @@ 당신에게 어울리는 테스트
- + +
+ + \ No newline at end of file