From 0161e81f148a3f6c2c0e9d0d72139055e4805a1e Mon Sep 17 00:00:00 2001 From: ElenaBarker <113217019+ElenaBarker@users.noreply.github.com> Date: Fri, 12 May 2023 23:56:28 +0100 Subject: [PATCH 1/3] HTML for Form-Controls done --- .vscode/settings.json | 3 +++ Form-Controls/index.html | 46 +++++++++++++++++++++++++++++++++++++--- Form-Controls/styles.css | 9 ++++++++ 3 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..4c7ff40f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..96930b4b 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -13,15 +13,55 @@