Ignore:
Timestamp:
02/10/23 14:52:47 (23 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
a8b6e6a
Parents:
04153a9
Message:

design changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/films.html

    r04153a9 r633b371  
    99
    1010    .container{
    11 
    12         position: relative;
     11        display: contents;
     12        margin: 10%;
    1313    }
    1414
     
    179179        margin-top: 100px;
    180180        display: flex;
     181        flex-wrap: wrap;
    181182        align-items: flex-start;
    182         justify-content: flex-start;
     183        justify-content: space-around;
    183184    }
    184185    .button {
     
    200201</style>
    201202<div>
    202     <form th:action="@{'/home/films'}"
     203    <form style="margin-left: 20px" th:action="@{'/home/films'}"
    203204        th:method="GET">
    204205
    205206    <div class="form-group">
    206         <label style="color: white;font-size: 20px;font-weight: bold">Кино</label>
     207        <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label>
    207208        <select name="id_cinema" class="form-control" id="id_cinema">
    208209            <option
     
    216217    </div>
    217218        <button class="button" type="submit">Filter</button>
    218 </form>
     219    </form>
    219220
    220221<div xmlns:th="http://www.thymeleaf.org">
    221     <div class="main" style="width: available;height: available">
     222    <div class="main" style="width: available;height: available;padding: 5%">
    222223        <div    th:if="${films.isEmpty()} == false"
    223224                th:each="film : ${films}" class="container">
Note: See TracChangeset for help on using the changeset viewer.