diff --git a/index.css b/index.css index e69de29..63f95ae 100644 --- a/index.css +++ b/index.css @@ -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; + } \ No newline at end of file diff --git a/index.html b/index.html index 8cce644..3f0cb5c 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@
+