From c1118d650827078ccffabf4bcfa853aeeba34065 Mon Sep 17 00:00:00 2001 From: Dan199312 Date: Sun, 28 Nov 2021 16:49:52 +0100 Subject: [PATCH] Daniel add footer --- index.html | 5 +++++ style.css | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 50df432..30b6add 100644 --- a/index.html +++ b/index.html @@ -189,5 +189,10 @@

Przykładowy form 1

+ \ No newline at end of file diff --git a/style.css b/style.css index e52bd07..f0eb44c 100644 --- a/style.css +++ b/style.css @@ -106,7 +106,7 @@ form input, textarea{ #field3:hover, #field2:hover, #field1:hover { background-color: peru; - +} #field2 { padding-left: 7px; background-color: #F3E5F5; @@ -116,9 +116,17 @@ form input, textarea{ letter-spacing: 3px; } + #field2:focus { background-color: #E1BEE7; } +.footer{ + background-color: grey; + display: flex; + justify-content: space-between; + align-items: center; + font-size: 20px; + } \ No newline at end of file