Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions create_your_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
</nav>


<h1>Hobbies</h1>
<form>
Name<input type="text" placeholder="Enter your name" ><span class="red" id="fname" style="font-size:16px"></span>
<h1 style="background-color: aquamarine;">Hobbies</h1>
<form style="background-color: bisque;">
Name:<input type="text" placeholder="Enter your Name" ><span class="red" id="fname" style="font-size:16px"></span>
<br>
Email Address<input type="email" placeholder="Enter your name" ><span class="red" id="fname" style="font-size:16px"></span>
Email Address:<input type="email" placeholder="Enter your Email" ><span class="red" id="fname" style="font-size:16px"></span>
<br>
Username<input type="text" placeholder="Enter your name" ><span class="red" id="fname" style="font-size:16px"></span>
Username:<input type="text" placeholder="Enter your Username" ><span class="red" id="fname" style="font-size:16px"></span>
<br>
Password<input type="password" placeholder="Enter your name" ><span class="red" id="fname" style="font-size:16px"></span>
Password:<input type="password" placeholder="Enter your Password" ><span class="red" id="fname" style="font-size:16px"></span>
<br>
Choose Hobbies you like:(feel free to choose more than 1)
<br>
Expand Down Expand Up @@ -99,4 +99,4 @@ <h1>Hobbies</h1>
<p>Copyright © 2021 </p>
</footer>
</body>
</html>
</html>