Skip to content

Commit fe79b2d

Browse files
Update account.html
1 parent ec92f15 commit fe79b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1 style="font-family: cursive; margin-left: 15%;">Write A Note or Plan a Sched
2929
<h2>📒 Make a note</h2>
3030
<input type="text" id="checkUser" style="border-top-right-radius: 0px; border-bottom-right-radius: 0px; height: 15px;" placeholder="Write Username to send"><input type="text" id="note" name="note" placeholder="Write Note Here" width="50" style="border-top-left-radius: 0px; border-bottom-left-radius: 0px; height: 15px;"><button id="checkUsername" onclick="addNote()">+ Add Note</button>
3131
</div>
32-
<div id="schedules">
32+
<div id="schedules" style="background-color: grey;">
3333
<h2>🕑 Add a Schedule</h2>
3434
<span style="margin-left: 12px;">Schedule Name</span><span style="margin-left: 30%;">Scheduled for when</span>
3535
<p></p>

0 commit comments

Comments
 (0)