Changeset 633b371 for src/main/resources/templates/projections.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/projections.html
r04153a9 r633b371 9 9 10 10 .container{ 11 12 position: relative;11 display: contents; 12 margin: 5%; 13 13 } 14 14 … … 179 179 margin-top: 100px; 180 180 display: flex; 181 flex-wrap: wrap; 181 182 align-items: flex-start; 182 justify-content: flex-start;183 justify-content: space-around; 183 184 } 184 185 .button { … … 199 200 </style> 200 201 <div> 201 <form th:action="@{'/home/projections'}"202 <form style="margin-left: 20px" th:action="@{'/home/projections'}" 202 203 th:method="GET"> 203 204 204 205 <div class="form-group"> 205 <label style="color: white;font-size: 20px;font-weight: bold"> Кино</label>206 <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label> 206 207 <select name="id_cinema" class="form-control" id="id_cinema"> 207 208 <option
Note:
See TracChangeset
for help on using the changeset viewer.