From 5047be7e4a3024b9d8535d432d5d5e6453d7d634 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Fri, 16 Apr 2021 01:49:20 +0200 Subject: [PATCH] update --- v2/css/style.css | 25 +++++++++++++++++++++++++ v2/index.html | 10 ++++++++++ 2 files changed, 35 insertions(+) diff --git a/v2/css/style.css b/v2/css/style.css index 62146a2..3a1ad0a 100644 --- a/v2/css/style.css +++ b/v2/css/style.css @@ -55,6 +55,31 @@ body{ .projects > :first-child{ margin-bottom: .5rem; } + +.contact{ + display: flex; + flex-direction: column; + align-items: center; +} +.contact form{ + display: flex; + flex-direction: column; + width: 30rem; +} +.contact form button{ + margin-left: 10rem; + margin-right: 10rem; + padding-top: 1rem; + padding-bottom: 1rem; + border-radius: 10px; + background-color: rgba(255, 255, 255, 0.719); + font-size: 1rem; + cursor: pointer; + box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.58); +} + + + .footer{ display: flex; flex-direction: column; diff --git a/v2/index.html b/v2/index.html index 4b97b74..8133a04 100644 --- a/v2/index.html +++ b/v2/index.html @@ -66,6 +66,16 @@ +
+

Kontaktujte mě

+
+ + + + + +
+