Skip to content

Commit

Permalink
#54 링크 연결 시 글자 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadynyeong committed Jan 17, 2022
1 parent 6f9f03b commit 27febe1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/css/test_result.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
font-family: GmarketSansMedium;
}

a {
text-decoration: none;
color: white;
}

.result {
width: 100%;
padding-top: 130px;
Expand Down Expand Up @@ -76,6 +81,7 @@ main {

.share {
margin-top: 30px;
margin-bottom: 30px;
font-size: 15px;
color: white;
}
Expand Down
5 changes: 5 additions & 0 deletions public/css/test_start.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ p {
font-family: GmarketSansMedium;
}

a {
text-decoration: none;
color: white;
}

header {
width: 100%;
padding-top: 240px;
Expand Down
2 changes: 1 addition & 1 deletion public/html/test_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>

<main>
<div class="return">처음으로</div>
<div class="return"><a href="test_start.html">처음으로</a></div>
<div class="share"> <img src="bt_kakao.png"><br>공유하기</div>
</main>

Expand Down

0 comments on commit 27febe1

Please sign in to comment.