Ignore:
Timestamp:
03/05/23 17:31:22 (16 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
5f53114
Parents:
cadbec3
Message:

fix button layout and appereance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/templates/home.html

    rcadbec3 r9358bff  
    3636</header>
    3737<div>
    38   <form method="get" th:action="@{'/create-post'}">
    39     <button id="createPost" type="submit">Create an Adoption Post</button>
    40   </form>
    41 </div>
    42 <div>
    4338  <h1>Welcome to Paw 5</h1>
    4439  <h3>Let's get started
     
    4742</div>
    4843<div>
     44  <form method="get" th:action="@{'/create-post'}">
     45    <button id="createPost"
     46            type="submit"
     47            class="btn">Create an Adoption Post</button>
     48  </form>
     49</div>
     50<div>
    4951  <form method="get" th:action="@{'/adoption-posts'}">
    50     <button id="submit" type="submit">View Adoption posts</button>
     52    <button id="submit"
     53            type="submit"
     54            class="btn">View Pet Posts</button>
    5155  </form>
    5256</div>
Note: See TracChangeset for help on using the changeset viewer.