Skip to content

Commit

Permalink
Added display section in html
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ue committed Sep 20, 2024
1 parent 03d648c commit 8b14a3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@

</head>
<body>

<h2 class="roboto-bold" >Making progress, and learning lots!</h2> <!--feel free to delete this - Carina -->
<h3 class="testing-testing">Testing out branching!</h3> <!--feel free to delete this - Jessi -->
<h1 class="awesome" id="awesome" ></h1> <!--feel free to delete this - Reinaldo -->
<button class="button" id="button">Click Me!</button> <!--feel free to delete this - Reinaldo -->
<input name="user name" placeholder="Type your name here">
<input type="submit">


<!--Box to display divided costs-->
<section class="expence-box">

</section>

</body>
</html>

0 comments on commit 8b14a3a

Please sign in to comment.