diff --git a/src/App.vue b/src/App.vue index 89b24e2..e03283b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@
-
+

Parametry letu

Cesta:

@@ -62,18 +62,17 @@
- +
-
-
+
+ - - + -
+
@@ -103,7 +102,7 @@
- +
@@ -206,7 +205,7 @@ html, body{ .fotka{ background-image: url("assets/fly.jpg"); - height: 600px; + height: 565px; width: 100%; } @@ -218,6 +217,13 @@ html, body{ box-shadow: 5px 5px 5px rgb(53, 53, 53); } + img.insideobrazek{ + background: -webkit-linear-gradient(rgba(50, 80, 115, 0.4), #dc5562); + background: -o-linear-gradient(rgba(50, 80, 115, 0.4), #dc5562); + background: -moz-linear-gradient(rgba(50, 80, 115, 0.4), #dc5562); + background: linear-gradient(rgba(50, 80, 115, 0.4), #dc5562); + } + select,input,button{ border-radius: 5px; }