We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92f15 commit fe79b2dCopy full SHA for fe79b2d
1 file changed
account.html
@@ -29,7 +29,7 @@ <h1 style="font-family: cursive; margin-left: 15%;">Write A Note or Plan a Sched
29
<h2>📒 Make a note</h2>
30
<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>
31
</div>
32
- <div id="schedules">
+ <div id="schedules" style="background-color: grey;">
33
<h2>🕑 Add a Schedule</h2>
34
<span style="margin-left: 12px;">Schedule Name</span><span style="margin-left: 30%;">Scheduled for when</span>
35
<p></p>
0 commit comments