From c27263ce3080577bba5501b859ef2b4574c3ea02 Mon Sep 17 00:00:00 2001 From: alreadynyeong Date: Mon, 17 Jan 2022 16:49:04 +0900 Subject: [PATCH] =?UTF-8?q?#54=20mbti=20=EC=A7=88=EB=AC=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20html/css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/test.css | 78 +++++++++++++++++++++++++++++++++++++++++++ public/html/test.html | 30 +++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 public/css/test.css create mode 100644 public/html/test.html diff --git a/public/css/test.css b/public/css/test.css new file mode 100644 index 0000000..8a5c4ae --- /dev/null +++ b/public/css/test.css @@ -0,0 +1,78 @@ +@charset "utf-8"; +/*폰트*/ +@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap'); +*{margin: 0; padding: 0;} + +@font-face { + font-family: 'GmarketSansMedium'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +*:not(i) { + font-family: GmarketSansMedium; +} + +a { + text-decoration: none; + color: white; +} + +p { + color: white; +} + +body { + margin: auto; + background-color: #242424; + text-align: center; +} + +main { + margin-top: 150px; +} + +.qna { + margin: auto; + padding: 20px; + background-color: #202020; + border-radius: 10px; + width: 350px; +} + +.qna div { + margin: auto; + width: 250px; + height: 90px; + color: white; + border: 1px solid #8BFEE2; + box-shadow: 0px 0px 10px 0.5px rgba(11, 243, 188, 0.5); + border-radius: 20px; + padding-top: 60px; +} + +.move { + margin: auto; + width: 320px; + color: white; +} + +.move div{ + color: white; + float: left; + margin-right: 5px; + margin-left: 5px; + padding-top: 10px; + width: 150px; + height: 30px; + border-radius: 10px; +} + +.prev { + background-color: #BDBDBD; +} + +.next { + background-color: #0BF3BC; +} \ No newline at end of file diff --git a/public/html/test.html b/public/html/test.html new file mode 100644 index 0000000..ece04c5 --- /dev/null +++ b/public/html/test.html @@ -0,0 +1,30 @@ + + + + + Hi MBTI + + + + + +
+ +
+
+
1/13

+ +
+

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



+
무한한 상상의 나래 속으로


+
집.. 어떻게 가지?

+
+

+
+ + +
+
+ + + \ No newline at end of file