Ignore:
Timestamp:
02/10/23 14:52:47 (21 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/projections.html

    r04153a9 r633b371  
    99
    1010    .container{
    11 
    12         position: relative;
     11        display: contents;
     12        margin: 5%;
    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 {
     
    199200</style>
    200201<div>
    201     <form th:action="@{'/home/projections'}"
     202    <form style="margin-left: 20px" th:action="@{'/home/projections'}"
    202203          th:method="GET">
    203204
    204205        <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>
    206207            <select name="id_cinema" class="form-control" id="id_cinema">
    207208                <option
Note: See TracChangeset for help on using the changeset viewer.