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/events.html

    r04153a9 r633b371  
    1010    .container{
    1111
    12         position: relative;
     12        display: contents;
     13        margin: 5%;
    1314    }
    1415
     
    179180        margin-top: 100px;
    180181        display: flex;
     182        flex-wrap: wrap;
    181183        align-items: flex-start;
    182         justify-content: flex-start;
     184        justify-content: space-around;
    183185    }
    184186    .button {
     
    199201</style>
    200202<div>
    201     <form th:action="@{'/home/events'}"
     203    <form style="margin-left: 20px" th:action="@{'/home/events'}"
    202204          th:method="GET">
    203205
    204206        <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>
    206208            <select name="id_cinema" class="form-control" id="id_cinema">
    207209                <option
Note: See TracChangeset for help on using the changeset viewer.