diff --git a/src/component/unit/mypage/mypage.mockup.html b/src/component/unit/mypage/mypage.mockup.html new file mode 100644 index 0000000..466d904 --- /dev/null +++ b/src/component/unit/mypage/mypage.mockup.html @@ -0,0 +1,62 @@ + + + + + + + + + Mypage Mock Up + + + + + +
+
+

+ 마이페이지 +

+
+
+ +
+

챌린지 목록이 들어가는 영역

+
+
+ +
+ + \ No newline at end of file diff --git a/src/component/unit/mypage/mypage.style.css b/src/component/unit/mypage/mypage.style.css index b776a04..fcbf191 100644 --- a/src/component/unit/mypage/mypage.style.css +++ b/src/component/unit/mypage/mypage.style.css @@ -1,10 +1,6 @@ -.test { - width: 100vw; - height: 100vh; - background-color: aqua; -} - -.test > p { - color: brown; - font-size: 50px; -} +.container { + max-width: 640px; + min-height: 100vh; + margin: 0 auto; + background: #f4f4f4; +} \ No newline at end of file