From d3161e5bcf573a759acf7e65e5747464faed183f Mon Sep 17 00:00:00 2001 From: anzorzakriev Date: Tue, 14 Mar 2023 23:37:59 +0300 Subject: [PATCH] table web-syte commit --- index.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ style.css | 21 +++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..9ceb015 --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
LogoCompany slogan
+7(777)777-77-77
info@info.info
Index / Catalog / Handcraft + / Hammer
Vertical menuLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum + has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a + galley of type and scrambled it to make a type specimen book. It has survived not only five + centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was + popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and + more recently with desktop publishing software like Aldus PageMaker including versions of Lorem + Ipsum.
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..db3e007 --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +.container{ + width: 960px; + margin: 0 auto; +} +table { + width:100%; +} +td { + padding: 5px; + padding-right: 10px; +} + th { + padding: 10px; +} +.top{ + vertical-align:top; +} +.footer{ + text-align: center; +} + \ No newline at end of file