Changeset 633b371 for src/main/resources/templates/events.html
- Timestamp:
- 02/10/23 14:52:47 (21 months ago)
- Branches:
- master
- Children:
- a8b6e6a
- Parents:
- 04153a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/events.html
r04153a9 r633b371 10 10 .container{ 11 11 12 position: relative; 12 display: contents; 13 margin: 5%; 13 14 } 14 15 … … 179 180 margin-top: 100px; 180 181 display: flex; 182 flex-wrap: wrap; 181 183 align-items: flex-start; 182 justify-content: flex-start;184 justify-content: space-around; 183 185 } 184 186 .button { … … 199 201 </style> 200 202 <div> 201 <form th:action="@{'/home/events'}"203 <form style="margin-left: 20px" th:action="@{'/home/events'}" 202 204 th:method="GET"> 203 205 204 206 <div class="form-group"> 205 <label style="color: white;font-size: 20px;font-weight: bold"> Кино</label>207 <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label> 206 208 <select name="id_cinema" class="form-control" id="id_cinema"> 207 209 <option
Note:
See TracChangeset
for help on using the changeset viewer.