From 854edea87b0df9c3707158f275c0bd4d743fd9c8 Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:39:59 +0100 Subject: [PATCH 1/4] HTML-CSS-Challenges --- Form-Controls/index.html | 33 ++++++++++++++++++++++++++++++--- Form-Controls/styles.css | 11 +++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..6ff1c77f 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -14,14 +14,41 @@
diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css index e69de29b..27abc443 100644 --- a/Form-Controls/styles.css +++ b/Form-Controls/styles.css @@ -0,0 +1,11 @@ +:focus { + outline: none; + border: 2px solid blue; + box-shadow: 0 0 5px blue; + } + + form { + display: flex; + flex-direction: column; +} + \ No newline at end of file From 5df76a223ec9621920610aa345f8a80807f91fa5 Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:59:12 +0100 Subject: [PATCH 2/4] Update index.html --- Two-Truths-One-Lie/index.html | 61 +++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/Two-Truths-One-Lie/index.html b/Two-Truths-One-Lie/index.html index 37cdbfa1..7951a996 100644 --- a/Two-Truths-One-Lie/index.html +++ b/Two-Truths-One-Lie/index.html @@ -1,24 +1,45 @@ -
- - -
- - - - - - -