Skip to content

Commit

Permalink
폰트 및 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlalala committed Apr 17, 2023
1 parent b6a1bb2 commit 642950a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
text-align: center;
line-height: 56px;
}
* {
font-family: 'Song Myung', serif;
}

</style>
</head>

Expand All @@ -51,7 +55,6 @@
height: 38px;
left: 126px;
top: 69px;
font-family: 'Irish Grover';
font-style: normal;
font-weight: 400;
font-size: 28px;
Expand All @@ -65,7 +68,6 @@
height: 22.59px;
left: 51.15px;
top: 133px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
Expand All @@ -85,7 +87,6 @@
height: 22.59px;
left: 111.15px;
top: 626px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
Expand All @@ -95,7 +96,6 @@

<div class="money">
<h1 style="
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
Expand All @@ -106,7 +106,6 @@

<div class="donate">
<h1 style="
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
Expand Down
2 changes: 1 addition & 1 deletion question.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
background-image: url('./img/background.jpg');
background-size: 390px 844px;
background-repeat: no-repeat;
margin: 0 35px;
width: 390px;
}
</style>
</head>
Expand Down
4 changes: 2 additions & 2 deletions save_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
<div>
<p>"오늘 후회되는 일이 있나요?"</p>
<div class="answer_box">
<p>아 어제 좀 더 잘걸</p>
<p>아 어제 좀 더 잘걸<br/>그럼 친구들한테 더 상냥하게 대할 수 있지 않았을까요</p>
</div>
</div>
<div>
<p>"내일은 무엇을 하고 싶나요?"</p>
<div class="answer_box">
<p>아무것도 안할래요 그냥,,</p>
<p>내일은 공부를 더 열심히 할거에요! 그리고 공부하는 다른 친구들에게 피해가 가지 않도록 주의할거에요.</p>
</div>
</div>
<div class="result_box">
Expand Down

0 comments on commit 642950a

Please sign in to comment.