diff --git a/public/style.css b/public/style.css index e69de29..2bcee63 100644 --- a/public/style.css +++ b/public/style.css @@ -0,0 +1,5 @@ +.card { + width: 20rem; + top: 50px; + left: 225px; +} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 9df318b..e118ade 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,81 +3,91 @@
Typ letenky: - -
-Destinace: - -
-Třída: - -
-
-
- - -
-Typ letenky: + +
+Destinace: + +
+Třída: + +
+
+ Datum odletu:
+
+ + +
- Typ cesty: {{ travelType.text }} -
+ -- Destinace: {{ locationType.text }} -
++ Typ cesty: {{ travelType.text }} +
-- Třída: {{ classType.text }} -
-- Datum odletu: - {{ departureDate.getDate() }}. {{ departureDate.getMonth() + 1 }}. {{ departureDate.getFullYear() }} -
-- Počet cestujcích: {{ personCount }} -
++ Destinace: {{ locationType.text }} +
-+ Třída: {{ classType.text }} +
++ Datum odletu: + {{ departureDate.getDate() }}. {{ departureDate.getMonth() + 1 }}. {{ departureDate.getFullYear() }} +
++ Počet cestujcích: {{ personCount }} +
+