안효원 안효원 2022-01-19
clear
@b9ee41b2b9ef2f51b283c028cd6e173bc876b56d
vscode/float/main.css
--- vscode/float/main.css
+++ vscode/float/main.css
@@ -1,4 +1,5 @@
 @charset 'utf-8';
+
 /* 공통 */
 * {
     font-size: 14px;
@@ -49,7 +50,6 @@
 }
 .top .gnb li {
     display: inline-block;
-
 }
 .top .gnb li:hover {
     color: #eee;
@@ -66,6 +66,8 @@
 nav .logo {
     float: left;
     padding: 16px 0;
+    position: relative;
+    bottom: 10px;
 }
 nav .lnb li {
     display: inline-block;
 
vscode/index.html (deleted)
--- vscode/index.html
@@ -1,12 +0,0 @@
-<!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>Document</title>
-</head>
-<body>
-    
-</body>
-</html>(No newline at end of file)
Add a comment
List