Skip to content

Commit cb72bac

Browse files
TwinceTwince
Twince
authored and
Twince
committed
v1.0
1 parent 30ae4d5 commit cb72bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/Style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ input[type=text]:focus{
9999
outline: none;
100100
background: rgba(255, 255, 255, 1);
101101
font-size: 18px;
102-
color: rgb(255, 73, 73);
102+
color: rgb(202, 115, 115);
103103
padding: 2% 15% 2% 5%;
104104
text-align: left;
105105
box-shadow:

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ <h2>T O D O</h2>
3232
</div>
3333
</div>
3434
<h3 id="k-font" style="text-align: center">-페이지 넘어가는 기능을 구현중..(현재로썬 8개가 최대)<br>-Local Strage 기능을 지원해요!<br>체크박스 빼구요,,T^T</h3>
35-
<script src="Js/todo.js"></script>
35+
<script src="js/todo.js"></script>
3636
</body>
3737
</html>

0 commit comments

Comments
 (0)