Changeset ef84238 for src/main/resources/templates/event.html
- Timestamp:
- 02/10/23 11:18:48 (21 months ago)
- Branches:
- master
- Children:
- 04153a9
- Parents:
- 7926d68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/event.html
r7926d68 ref84238 24 24 border-radius: 20px; 25 25 } 26 .button { 27 top:250px; 28 background-color: #ff5019; 29 border: none; 30 color: black; 31 padding: 10px 20px; 32 text-align: center; 33 text-decoration: none; 34 display: inline-block; 35 font-size: 16px; 36 border-radius: 20px; 37 } 38 .form-group{ 39 width: 200px; 40 } 26 41 </style> 27 42 <div xmlns:th="http://www.thymeleaf.org"> … … 37 52 минути 38 53 </h4> 54 <form th:action="@{'/home/addInterestedEvent/{id}' (id=${event.id_event})}" 55 th:method="POST"> 56 <button class="button" type="submit">Додади Заинтересиран</button> 57 </form> 39 58 </div> 40 59 <div class="slika">
Note:
See TracChangeset
for help on using the changeset viewer.