Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
nuykeeh committed May 9, 2024
1 parent d9d6885 commit 32d6916
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@font-face{
font-family: musi;
src: url(musinsa-Medium.ttf)
}
*{margin: 0;}
.musinsa {
color: #ffffff;
font-family: musi;
font-size: 32px;
position: fixed;
width: 100%;
top: 35px;
text-align: center;


}
.gnb{
box-sizing: border-box;
background-color: #000000;
height: 150px;
position: relative;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="gnb"></div>
<div class="musinsa">MUSINSA</div>
<div class="div">
<div class="div2">추천</div>
Expand All @@ -16,7 +17,6 @@
<div class="div2">스타일</div>
<div class="div2">이벤트</div>
</div>
<div class="gnb"></div>

</body>
</html>
Binary file added musinsa-Medium.ttf
Binary file not shown.

0 comments on commit 32d6916

Please sign in to comment.