From 7c699dc88d8157a38f5af3d30184e8de837e4183 Mon Sep 17 00:00:00 2001 From: Nazar Date: Mon, 22 Sep 2025 18:30:00 +0300 Subject: [PATCH] Initial commit --- .gitignore | 1 + style.css | 41 +++++++++++++++++++++++++++++ table1.html | 28 ++++++++++++++++++++ table2.html | 44 +++++++++++++++++++++++++++++++ table3.html | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 190 insertions(+) create mode 100644 .gitignore create mode 100644 style.css create mode 100644 table1.html create mode 100644 table2.html create mode 100644 table3.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..72d973b --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ +table { + border-spacing: 0; + border-collapse: collapse; +} + +td { + height: 50px; + border: 1px solid black; + text-align: center; + vertical-align: top; +} + +table.t1 { + width: 75%; + margin: 0 auto; +} + +table.t1 td { + width: 33.33%; +} + +table.t2 { + width: 100%; +} + +table.t2 td:first-child { + width: 28%; +} + +table.t3 { + width: 80%; + margin: 0 auto; +} + +table.t3 td { + width: 33.33%; +} + +table.t3 td.t3-bigger { + height: 200px; +} \ No newline at end of file diff --git a/table1.html b/table1.html new file mode 100644 index 0000000..3c2dc73 --- /dev/null +++ b/table1.html @@ -0,0 +1,28 @@ + + + + + + (№1) ДЗ до Лекції №4. Веб-програмування + + + + + + + + + + + + + + + + + + + +
1-4-723
5-6
89
+ + \ No newline at end of file diff --git a/table2.html b/table2.html new file mode 100644 index 0000000..3b65570 --- /dev/null +++ b/table2.html @@ -0,0 +1,44 @@ + + + + + + (№2) ДЗ до Лекції №4. Веб-програмування + + + + + + + + + + + + + + + + + + +
1-23
4 + + + + + + + + + + + + + + + +
12-5-83-6
4-7
9
+
7
+ + \ No newline at end of file diff --git a/table3.html b/table3.html new file mode 100644 index 0000000..5164c0f --- /dev/null +++ b/table3.html @@ -0,0 +1,76 @@ + + + + + + (№3) ДЗ до Лекції №4. Веб-програмування + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file