Skip to content

Commit

Permalink
enhancement/RECODE01#6/mypage My Page Mock up
Browse files Browse the repository at this point in the history
  • Loading branch information
joogle-ay committed Jul 2, 2022
1 parent 4c49b63 commit fd44751
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
19 changes: 19 additions & 0 deletions src/component/unit/mypage/mypage.mockup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- 목업작업 -->
<!-- 코딩 완료되면 삭제할 페이지 -->
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mypage Mock Up</title>
<link rel="stylesheet" href="./mypage.style.css">
</head>
<body>
<div class="container">
<div class="wrapper">

</div>
</div>
</body>
</html>
20 changes: 12 additions & 8 deletions src/component/unit/mypage/mypage.style.css
Original file line number Diff line number Diff line change
@@ -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;

}

0 comments on commit fd44751

Please sign in to comment.