diff --git a/src/component/unit/mypage/mypage.mockup.html b/src/component/unit/mypage/mypage.mockup.html
new file mode 100644
index 0000000..4809cf4
--- /dev/null
+++ b/src/component/unit/mypage/mypage.mockup.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+ 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..b2c44c6 100644
--- a/src/component/unit/mypage/mypage.style.css
+++ b/src/component/unit/mypage/mypage.style.css
@@ -1,10 +1,14 @@
-.test {
- width: 100vw;
- height: 100vh;
- background-color: aqua;
+.container {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
}
-.test > p {
- color: brown;
- font-size: 50px;
-}
+.wrapper {
+ width: 100%;
+ max-width: 640px;
+ min-height: 100vh;
+ background: #f4f4f4;
+
+}
\ No newline at end of file