From c98e9ab03f2322479eff715f2e28c3fec6c77cc4 Mon Sep 17 00:00:00 2001 From: david subr Date: Thu, 11 Feb 2021 16:32:34 +0100 Subject: [PATCH] pls --- src/App.vue | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) 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; }