-
-
-
-
1223
-
- Об'єкта в роботі
-
-
-
-
-
311
-
- Об'єктів здано
-
-
-
-
-
812
-
- Рекомендацій
-
-
-
-
-
7126
-
- Задоволенних клієнтів
+
+
+
Або звернутись до нас та
+
+
-
-
-
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 50f112e..0bbd000 100644
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -69,4 +69,35 @@
max-height: 640px;
margin: 30px auto;
vertical-align: middle;
+}
+.button1{
+ margin: 0 auto;
+ color: black;
+ text-transform: uppercase;
+ background-color: #ffd800;
+ text-decoration: none;
+ cursor: pointer;
+ transition: 0.3s;
+ display: inline-block;
+ text-align: center;
+ font-weight: bold;
+ width: 250px;
+ padding: 12px 0;
+ font-size: 16px;
+ line-height: 18px;
+ background-position: 20px center;
+ background-repeat: no-repeat;
+}
+.button1.icon_stat{background-image: url(../img/icon_stat.png);}
+.button1 span{
+ display: block;
+ font-weight: normal;
+ font-size: 14px;
+}
+.button1:hover {
+ text-decoration:none;
+ color: black;
+ background-color: #ffe764;
+ box-shadow: inset 0px 0px 0px 2px black, 0px 0px 20px rgba(0,0,0,0.2)!important;
+ transition: 0.3s;
}
\ No newline at end of file
diff --git a/frontend/web/img/arrows_right_w.png b/frontend/web/img/arrows_right_w.png
new file mode 100644
index 0000000..6b05a94
Binary files /dev/null and b/frontend/web/img/arrows_right_w.png differ
diff --git a/frontend/web/img/calc_sum.png b/frontend/web/img/calc_sum.png
new file mode 100644
index 0000000..7955dcb
Binary files /dev/null and b/frontend/web/img/calc_sum.png differ
diff --git a/frontend/web/img/icon_calc2.png b/frontend/web/img/icon_calc2.png
new file mode 100644
index 0000000..22ec298
Binary files /dev/null and b/frontend/web/img/icon_calc2.png differ
diff --git a/frontend/web/img/icon_stat.png b/frontend/web/img/icon_stat.png
new file mode 100644
index 0000000..8250a0f
Binary files /dev/null and b/frontend/web/img/icon_stat.png differ
--
libgit2 0.21.4