-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[최순오]sprint 1 #18
The head ref may contain hidden characters: "Basic-\uCD5C\uC21C\uC624"
[최순오]sprint 1 #18
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,168 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
body { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.header { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width: 1920px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
justify-content: space-between; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
align-items: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height: 60px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.header a img { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
max-height: 100%; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
margin-left: 360px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
margin-right: 360px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+15
to
+16
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3:
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.btn.top { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
position: relative; /* 상대적인 위치 설정 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
top: -70px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
display: inline-block; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
background-color: transparent; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
padding: 0; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border: none; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
font-size: 1.5rem; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
font-weight: bold; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.itemlink { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
cursor: pointer; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.top_banner { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width: 1920px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
position: relative; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
background-color: #F0F8FF; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
padding: 20px 0; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.top_banner img { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
max-width: 100%; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height: auto; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.main-container { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height: 2160px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width: 1920px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex-direction: column; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
h5 { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
color: rgb(44, 67, 214); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. �P2: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.main-item { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
align-items: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
justify-content: space-around; /* 이미지와 텍스트 같이 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
background-color: #f8f8f8; /* 각 섹션의 배경색 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
padding: 20px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-radius: 10px; /* 둥근 모서리 추가 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.main-item.middle { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
align-items: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
justify-content: space-around; /* 이미지와 텍스트 같이 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
background-color: #f8f8f8; /* 각 섹션의 배경색 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
padding: 20px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-radius: 10px; /* 둥근 모서리 추가 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+62
to
+78
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3:
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.image-container { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: center; /* 이미지를 가운데 정렬 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
margin-left: 360px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.middle { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: center; /* 이미지를 가운데 정렬 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
margin-right: 360px 0; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.image-container img { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
max-width: 100%; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height: auto; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
margin: 100px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.text-container { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; /* 텍스트 영역을 이미지보다 크게 설정 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: left; /* 텍스트를 왼쪽 정렬 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.text-container.middle { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; /* 텍스트 영역을 이미지보다 크게 설정 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: right; /* 텍스트를 왼쪽 정렬 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.text-container h2 { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
font-size: 1.5rem; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
margin-bottom: 10px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
p.focus { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
font-size: 40px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
color: black; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
p.focus.small { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
font-size: 20px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
color: black; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.bottom_banner { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width: 1920px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
position: relative; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
background-color: #F0F8FF; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/* padding: 20px; */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.bottom_banner img { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/* max-width: 100%; */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height: auto; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.foot-container { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width: 1920px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height: 160px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
justify-content: space-between; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
align-items: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/* padding: 20px; */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
background-color: #111827; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
color: white; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.foot-left { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
position: relative; /* 이렇게 밀어넣기 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
top: -50px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
right: -240px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; /*공간이 균등하게 배분된다는 듯*/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: left; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.foot-center { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
position: relative; /* 이렇게 밀어넣기 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
top: -50px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; /*공간이 균등하게 배분된다는 듯*/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.foot-right { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
position: relative; /* 이렇게 밀어넣기 */ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
top: -50px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
left: -240px; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flex: 1; /*공간이 균등하게 배분된다는 듯*/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-align: right; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,87 @@ | ||||||||||||||||||||||||||
<!DOCTYPE html> | ||||||||||||||||||||||||||
<html lang="en"> | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2:
Suggested change
|
||||||||||||||||||||||||||
<head> | ||||||||||||||||||||||||||
<meta charset="UTF-8"> | ||||||||||||||||||||||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||||||||||||||||||||||
<link rel="stylesheet" href="./css/style.css"> | ||||||||||||||||||||||||||
<title>판다마켓</title> | ||||||||||||||||||||||||||
</head> | ||||||||||||||||||||||||||
<body> | ||||||||||||||||||||||||||
<header class="header"> | ||||||||||||||||||||||||||
<a href="index.html"> | ||||||||||||||||||||||||||
<img src="./img/lg/Property 1=md.png" alt="로그인"> | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1:
Suggested change
|
||||||||||||||||||||||||||
</a> | ||||||||||||||||||||||||||
<a href="./links/login.html"> | ||||||||||||||||||||||||||
<img src="./img/btn/btn_small.png" alt="로그인버튼"> | ||||||||||||||||||||||||||
</a> | ||||||||||||||||||||||||||
</header> | ||||||||||||||||||||||||||
<div> | ||||||||||||||||||||||||||
<section class="top_banner"> | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
<button class="btn top"> | ||||||||||||||||||||||||||
<p>일상의 모든 물건을 <br>거래해보세요</p> | ||||||||||||||||||||||||||
<a href="./links/item.html"> | ||||||||||||||||||||||||||
<img class="itemlink" src="./img/btn/state=active.png" alt="구경하러가기"> | ||||||||||||||||||||||||||
</a> | ||||||||||||||||||||||||||
</button> | ||||||||||||||||||||||||||
Comment on lines
+21
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1:
Suggested change
|
||||||||||||||||||||||||||
<img src="./img/Img_home_top.png" alt="배너"> | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
<div> | ||||||||||||||||||||||||||
<section class="main-container"> | ||||||||||||||||||||||||||
<section class="main-item"> | ||||||||||||||||||||||||||
<div class="image-container"> | ||||||||||||||||||||||||||
<img src="./img/main/Img_home_01.png" alt="상"> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
<div class="text-container"> | ||||||||||||||||||||||||||
<h5>Hot Item</h5> | ||||||||||||||||||||||||||
<p class="focus">인기 상품을<br> 확인해 보세요</p> | ||||||||||||||||||||||||||
<p class="focus small">가장 HOT한 중고거래 물품을<br> 팬다 마켓에서 확인해 보세요</p> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
<section class="main-item middle"> | ||||||||||||||||||||||||||
<div class="text-container middle"> | ||||||||||||||||||||||||||
<h5>Search</h5> | ||||||||||||||||||||||||||
<p class="focus">구매를 원하는<br> 상품을 검색하세요</p> | ||||||||||||||||||||||||||
<p class="focus small">구매하고 싶은 물품은 검색해서<br> 쉽게 찾아보세요</p> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
<div class="middle"> | ||||||||||||||||||||||||||
<img src="./img/main/Img_home_02.png" alt="중"> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
<section class="main-item"> | ||||||||||||||||||||||||||
<div class="image-container"> | ||||||||||||||||||||||||||
<img src="./img/main/Img_home_03.png" alt="하"> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
<div class="text-container"> | ||||||||||||||||||||||||||
<h5>Register</h5> | ||||||||||||||||||||||||||
<p class="focus">판매를 원하는<br> 상품을 등록하세요</p> | ||||||||||||||||||||||||||
<p class="focus small">어떤 물건이든 판매하고 싶은 상품을 쉽게 등록하세요</p> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
<div> | ||||||||||||||||||||||||||
<section class="bottom_banner"> | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section#usage_notes |
||||||||||||||||||||||||||
<img src="./img/Img_home_bottom.png" alt="하단배너"> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||
<footer class="foot"> | ||||||||||||||||||||||||||
<section class="foot-container"> | ||||||||||||||||||||||||||
<section class="foot-left">©codeit - 2024</section> | ||||||||||||||||||||||||||
<section class="foot-center"> | ||||||||||||||||||||||||||
<a href="links/Privacy.html">Privacy Policy</a> | ||||||||||||||||||||||||||
<a href="links/faq.html">FAQ</a> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
<section class="foot-right"> | ||||||||||||||||||||||||||
<a href="https://www.facebook.com/"><img src="/img/icons/ic_facebook.png" alt="facebook"></a> | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3:
Suggested change
|
||||||||||||||||||||||||||
<a href="https://x.com/"><img src="/img/icons/ic_twitter.png" alt="twitter"></a> | ||||||||||||||||||||||||||
<a href="https://www.youtube.com/"><img src="/img/icons/ic_youtube.png" alt="ic_youtube"></a> | ||||||||||||||||||||||||||
<a href="https://www.instagram.com/"><img src="/img/icons/ic_instagram.png" alt="instagram"></a> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
</section> | ||||||||||||||||||||||||||
</footer> | ||||||||||||||||||||||||||
</body> | ||||||||||||||||||||||||||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
item!!! | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>login</title> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2:
의미없는 빈 태그는 지워주세요.