Skip to content

Commit

Permalink
Merge pull request #2 from 78-artilleryman/part1-윤병현-week4
Browse files Browse the repository at this point in the history
피드백 내용 수정
  • Loading branch information
78-artilleryman authored Jan 19, 2024
2 parents 9fdd58d + d2581ae commit a8436ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ header{
header .login_btn a{
width: 128px;
padding: 16px 20px;
background: var(--primary-colore, linear-gradient(91deg, #6D6AFE 0.12%, #6AE3FE 101.84%));
background: var(--primary-color, linear-gradient(91deg, #6D6AFE 0.12%, #6AE3FE 101.84%));
text-align: center;
border-radius: 0.4rem;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<div class="container">
<header>
<a href="/"><img src="/icon/logo.svg" type="image/svg+xml" alt=""></a>
<a href="/"><img src="/icon/logo.svg" type="image/svg+xml" alt="Page_logo"></a>
<div class="login_btn">
<a href="/sign.html">로그인</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions sign.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<div class="social_login">
<p>소셜로그인</p>
<div class="social_login_btn">
<a href="https://www.google.com/"><img src="/icon/Component 2.png" alt="google_login"></a>
<a href="https://www.kakaocorp.com/page/"><img src="/icon/Component 3.png" alt="kakao_login"></a>
<a href="https://www.google.com/"><img src="/icon/Component 2.png" alt="google_login" />
<a href="https://www.kakaocorp.com/page/"><img src="/icon/Component 3.png" alt="kakao_login" />
</div>
</div>
</main>
Expand Down

0 comments on commit a8436ac

Please sign in to comment.