Last change
on this file since 0ba5d1a was 90317ea, checked in by DenicaKj <dkorvezir@…>, 22 months ago |
Events and Event
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[90317ea] | 1 | <style>
|
---|
| 2 | .genres{
|
---|
| 3 | width: 100px;
|
---|
| 4 | text-align: center;
|
---|
| 5 | background-color: #ff5019;
|
---|
| 6 | border-radius: 20px;
|
---|
| 7 | color: #111111;
|
---|
| 8 | font-size: 20px;
|
---|
| 9 | font-weight: 200;
|
---|
| 10 | margin: 20px;
|
---|
| 11 | }
|
---|
| 12 | .main{
|
---|
| 13 | display: flex;
|
---|
| 14 | justify-content: space-between;
|
---|
| 15 | align-items: flex-start;
|
---|
| 16 | margin-left: 100px;
|
---|
| 17 | }
|
---|
| 18 | .slika{
|
---|
| 19 | margin-right: 100px;
|
---|
| 20 | }
|
---|
| 21 | img{
|
---|
| 22 | width: 300px;
|
---|
| 23 | height: 350px;
|
---|
| 24 | border-radius: 20px;
|
---|
| 25 | }
|
---|
| 26 | </style>
|
---|
| 27 | <div xmlns:th="http://www.thymeleaf.org">
|
---|
| 28 | <div class="main">
|
---|
| 29 | <div class="container-1">
|
---|
| 30 | <h1 style="color: white; font-weight: 600" class="name" th:text="${event.getTheme()}">
|
---|
| 31 | </h1>
|
---|
| 32 | <h4 style="color: white;"> Почетен Датум:
|
---|
| 33 | <span th:text="${event.start_date}"></span>
|
---|
| 34 | </h4>
|
---|
| 35 | <h4 style="color: white"> Траење на настанот:
|
---|
| 36 | <span th:text="${event.duration}"></span>
|
---|
| 37 | минути
|
---|
| 38 | </h4>
|
---|
| 39 | </div>
|
---|
| 40 | <div class="slika">
|
---|
| 41 | <img th:src="@{${event.img_url}}"/>
|
---|
| 42 | </div>
|
---|
| 43 |
|
---|
| 44 | </div>
|
---|
| 45 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.