From 7fa95e67409271243c5bfe99c95d5136dfaf3379 Mon Sep 17 00:00:00 2001 From: christoph3r3w <144007933+christoph3r3w@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:43:46 +0200 Subject: [PATCH 01/10] layout 1 --- .vscode/settings.json | 3 +++ src/basic/basic-layout-1.html | 26 ++++++++++++++++++++++++-- src/style.css | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/src/basic/basic-layout-1.html b/src/basic/basic-layout-1.html index 6ad3dfb..a3babe0 100644 --- a/src/basic/basic-layout-1.html +++ b/src/basic/basic-layout-1.html @@ -6,13 +6,35 @@