source: source/freeparkingspace/src/main/resources/templates/success.html@ 31d67c0

Last change on this file since 31d67c0 was 31d67c0, checked in by zlatko2810 <zlatko.stojanovski@…>, 22 months ago

proekt

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<!DOCTYPE html>
2<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
3<head>
4 <base href="${pageContext.request.contextPath}">
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <title>ДОБРЕДОЈДОВТЕ!</title>
8 <meta name="description" content="">
9 <meta name="viewport" content="width=device-width, initial-scale=1">
10 <style>
11 @import url('https://fonts.googleapis.com/css?family=Montserrat:500');
12 @import url('https://fonts.googleapis.com/css2?family=Crete+Round&family=Roboto:ital,wght@0,900;1,900&display=swap');
13
14 :root {
15 --shadow-color: #FF9E9E;
16 --shadow-color-light: white;
17 }
18
19 .navbar {
20 max-width: 100%;
21 height: 100%;
22 background: rgba(0,0,0,0.25);
23 }
24
25 header {
26 display: flex;
27 justify-content: center;
28 align-items: center;
29 padding: 30px 10%;
30 max-width: 100%;
31 height: 10%;
32 background-color: rgb(0, 0, 0, 0.25);
33 border: none;
34 }
35
36 table{
37 color: white;
38 font-size: 0.3rem;
39 background: rgba(255,255,255,0.05);
40 }
41
42 img {
43 width: 120px;
44 height: 120px;
45 }
46 html{
47 text-align: center;
48 }
49 body {
50 padding: 0;
51 margin: 0;
52 max-width: 100%;
53 background-image: url('../images/background1.jpg');
54 object-fit: cover;
55 height: 100vh;
56 background-size: cover;
57 background-repeat: repeat;
58 text-align: center;
59 }
60
61
62 li,
63 a:not(.btn) {
64 font-family: "Montserrat", sans-serif;
65 font-weight: 500;
66 font-size: 1.2rem;
67 text-decoration: none;
68 color: white;
69 padding: 10%;
70 list-style: none;
71 }
72
73 h1{
74 font-family: 'Roboto', sans-serif;
75 font-width: 900;
76 font-size: 5rem;
77
78 }
79
80 .right {
81 display: flex;
82 align-items: center;
83 justify-content: center;
84 background-color: rgb(0, 225, 255, 0.05);
85 border-radius: 10%;
86 flex-direction: row;
87 margin-left: 25%;
88 width: 17%;
89 height: 2%;
90 }
91
92 .right a {
93 margin: -5px;
94 }
95 .navbar{
96 max-width: 100%;
97 height: 100vh;
98 }
99
100 .reg {
101 color: rgb(255, 0, 0);
102 }
103
104 ul {
105 display: flex;
106 flex-direction: row;
107 }
108
109
110
111 .reg:hover {
112 color: white;
113 }
114 .container-main{
115 display: flex;
116 flex-direction: column;
117 align-items: center;
118 justify-content: center;
119 width: 100%;
120 height: 100%;
121 margin-left: 10%;
122 margin-bottom: 20%;
123 }
124 P{
125 font-family: "Montserrat", sans-serif;
126 font-weight: 500;
127 font-size: 4rem;
128 text-decoration: none;
129 color: white;
130 width: 80%;
131 list-style: none;
132 margin-top: -2%;
133 }
134
135 .glow{
136 text-transform: uppercase;
137 height: auto;
138 text-align: center;
139 }
140
141 .glow {
142 color: white;
143 animation: neon 3s infinite;
144 }
145
146 .h1Combined{
147 display: flex;
148 flex-direction: row;
149 align-items: center;
150 justify-content: center;
151 max-width: 100%;
152 }
153
154 @keyframes neon {
155 0% {
156 text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
157 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
158 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
159 }
160 50% {
161 text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
162 0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
163 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
164 }
165 100% {
166 text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
167 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
168 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
169 }
170 }
171
172 .btn{
173 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
174 border: 1px solid #b70000;
175 color: white;
176 font-size: 3vw;
177 border:none;
178 background: #af0101;
179 padding: 0.5rem 1.3rem;
180 border-radius: 10%;
181 cursor: pointer;
182 transition: 1s ease;
183 display:block;
184 box-shadow: 3px 2px 10px #d50101,
185 -1px -1px 1px #e60000;
186 font-family: 'Roboto', sans-serif;
187 font-weight: 500;
188 text-decoration: none;
189 transition: infinite 1s ease;
190 }
191
192 .btn:hover{
193 background-color: #58ACFA;
194 color: white;
195 font-size: 3rem;
196 }
197
198 .btn2{
199 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
200 border: 1px solid #b70000;
201 color: white;
202 font-size: 1.5rem;
203 border:none;
204 background: #af0101;
205 padding: 0.5rem 1.3rem;
206 border-radius: 10%;
207 cursor: pointer;
208 transition: 1s ease;
209 display:block;
210 box-shadow: 3px 2px 10px #d50101,
211 -1px -1px 1px #e60000;
212 font-family: 'Roboto', sans-serif;
213 font-weight: 500;
214 text-decoration: none;
215 transition: infinite 1s ease;
216 }
217
218 .btn2:hover{
219 background-color: #58ACFA;
220 color: white;
221 }
222
223
224 </style>
225</head>
226
227<body>
228<div class="navbar">
229 <!-- <header th:replace="fragments/header.html">-->
230 <!-- </header>-->
231 <main>
232 <div class="container-main">
233 <div class="h1Combined" style="margin-bottom: 5%">
234 <h1 style="color:white">FreeParking <h1 style="color:red">Space</h1></h1>
235 </div>
236 <p style="text-align: center;color:lightgreen;margin-bottom: 3%; background-color: rgba(0,0,0,0.35); font-size: 3.5rem;">
237 ВАШЕТО БАРАЊЕ Е УСПЕШНО, ВИ БЛАГОДАРИМЕ!
238 </p>
239
240 </div>
241 </main>
242 <!--<footer th:replace="fragments/footer"/>-->
243</div>
244</body>
245</html>
Note: See TracBrowser for help on using the repository browser.