From 777b80f56c2a3eba36992a3cc104eff0d5e1bb6b Mon Sep 17 00:00:00 2001 From: Lomovtsev Pavel Date: Tue, 6 Nov 2012 22:39:07 +0500 Subject: [PATCH 1/3] =?UTF-8?q?=D0=92=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3.1.html | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3.2.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 3.3.html | 39 ++++++++++++++++++++++++++ 3.4.html | 43 ++++++++++++++++++++++++++++ 4 files changed, 241 insertions(+) create mode 100644 3.1.html create mode 100644 3.2.html create mode 100644 3.3.html create mode 100644 3.4.html diff --git a/3.1.html b/3.1.html new file mode 100644 index 0000000..77a6d0c --- /dev/null +++ b/3.1.html @@ -0,0 +1,85 @@ + + + + 3.1 + + + + Домашка 3.1 + Выравнивание блока 100х100 по центру + + margin: 0 auto (можно и просто margin: auto) +
+ + table align="center" +
+ + + parent_div text-align:center;
+ div display: inline-block;
+
+
+
+
+ + + table text-align: center;
+ td width: 1280px;
+ div display: inline-block;
+
+ + + + +
+
+
+ + \ No newline at end of file diff --git a/3.2.html b/3.2.html new file mode 100644 index 0000000..603954f --- /dev/null +++ b/3.2.html @@ -0,0 +1,74 @@ + + + + 3.2 + + + + Домашка 3.2 + Выравнивание блока, с шириной по содержимому, по центру + + table align="center" +
Some awesome content here!
+ + + parent_div text-align:center;
+ div display: inline-block;
+
+
+
Some crazy content here!
+
+ + + table text-align: center;
+ td width: 1280px;
+ div display: inline-block;
+
+ + + + +
+
Some "important!" content here!
+
+ + \ No newline at end of file diff --git a/3.3.html b/3.3.html new file mode 100644 index 0000000..b7d3a69 --- /dev/null +++ b/3.3.html @@ -0,0 +1,39 @@ + + + + 3.3 + + + + Домашка 3.3 + Страница из двух колонок. Левая шириной 300px, правая занимает всё оставшееся пространство +
+
+ + \ No newline at end of file diff --git a/3.4.html b/3.4.html new file mode 100644 index 0000000..215262e --- /dev/null +++ b/3.4.html @@ -0,0 +1,43 @@ + + + + 3.4 + + + + Домашка 3.4 + Страница из двух колонок. Левая шириной от 150px до 300px, правая занимает всё оставшееся пространство +
Small content
+
+
+
Larege content large content large content large content
+
+ + \ No newline at end of file From 6467581097c60eb0a49c3561bc22e417288d09a5 Mon Sep 17 00:00:00 2001 From: Lomovtsev Pavel Date: Tue, 6 Nov 2012 22:42:44 +0500 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"=D0=92=D1=8B=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BD=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=201"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 777b80f56c2a3eba36992a3cc104eff0d5e1bb6b. --- 3.1.html | 85 -------------------------------------------------------- 3.2.html | 74 ------------------------------------------------ 3.3.html | 39 -------------------------- 3.4.html | 43 ---------------------------- 4 files changed, 241 deletions(-) delete mode 100644 3.1.html delete mode 100644 3.2.html delete mode 100644 3.3.html delete mode 100644 3.4.html diff --git a/3.1.html b/3.1.html deleted file mode 100644 index 77a6d0c..0000000 --- a/3.1.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - 3.1 - - - - Домашка 3.1 - Выравнивание блока 100х100 по центру - - margin: 0 auto (можно и просто margin: auto) -
- - table align="center" -
- - - parent_div text-align:center;
- div display: inline-block;
-
-
-
-
- - - table text-align: center;
- td width: 1280px;
- div display: inline-block;
-
- - - - -
-
-
- - \ No newline at end of file diff --git a/3.2.html b/3.2.html deleted file mode 100644 index 603954f..0000000 --- a/3.2.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - 3.2 - - - - Домашка 3.2 - Выравнивание блока, с шириной по содержимому, по центру - - table align="center" -
Some awesome content here!
- - - parent_div text-align:center;
- div display: inline-block;
-
-
-
Some crazy content here!
-
- - - table text-align: center;
- td width: 1280px;
- div display: inline-block;
-
- - - - -
-
Some "important!" content here!
-
- - \ No newline at end of file diff --git a/3.3.html b/3.3.html deleted file mode 100644 index b7d3a69..0000000 --- a/3.3.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - 3.3 - - - - Домашка 3.3 - Страница из двух колонок. Левая шириной 300px, правая занимает всё оставшееся пространство -
-
- - \ No newline at end of file diff --git a/3.4.html b/3.4.html deleted file mode 100644 index 215262e..0000000 --- a/3.4.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - 3.4 - - - - Домашка 3.4 - Страница из двух колонок. Левая шириной от 150px до 300px, правая занимает всё оставшееся пространство -
Small content
-
-
-
Larege content large content large content large content
-
- - \ No newline at end of file From 03382c05f7296484aa58a64fd05f9e2b6efbf86d Mon Sep 17 00:00:00 2001 From: Lomovtsev Pavel Date: Tue, 6 Nov 2012 22:43:16 +0500 Subject: [PATCH 3/3] =?UTF-8?q?=D0=94=D0=BE=D0=BC=D0=B0=D1=88=D0=BD=D0=B5?= =?UTF-8?q?=D0=B5=20=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5=20=E2=84=96?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3.1.html | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3.2.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 3.3.html | 39 ++++++++++++++++++++++++++ 3.4.html | 43 ++++++++++++++++++++++++++++ 4 files changed, 241 insertions(+) create mode 100644 3.1.html create mode 100644 3.2.html create mode 100644 3.3.html create mode 100644 3.4.html diff --git a/3.1.html b/3.1.html new file mode 100644 index 0000000..77a6d0c --- /dev/null +++ b/3.1.html @@ -0,0 +1,85 @@ + + + + 3.1 + + + + Домашка 3.1 + Выравнивание блока 100х100 по центру + + margin: 0 auto (можно и просто margin: auto) +
+ + table align="center" +
+ + + parent_div text-align:center;
+ div display: inline-block;
+
+
+
+
+ + + table text-align: center;
+ td width: 1280px;
+ div display: inline-block;
+
+ + + + +
+
+
+ + \ No newline at end of file diff --git a/3.2.html b/3.2.html new file mode 100644 index 0000000..603954f --- /dev/null +++ b/3.2.html @@ -0,0 +1,74 @@ + + + + 3.2 + + + + Домашка 3.2 + Выравнивание блока, с шириной по содержимому, по центру + + table align="center" +
Some awesome content here!
+ + + parent_div text-align:center;
+ div display: inline-block;
+
+
+
Some crazy content here!
+
+ + + table text-align: center;
+ td width: 1280px;
+ div display: inline-block;
+
+ + + + +
+
Some "important!" content here!
+
+ + \ No newline at end of file diff --git a/3.3.html b/3.3.html new file mode 100644 index 0000000..b7d3a69 --- /dev/null +++ b/3.3.html @@ -0,0 +1,39 @@ + + + + 3.3 + + + + Домашка 3.3 + Страница из двух колонок. Левая шириной 300px, правая занимает всё оставшееся пространство +
+
+ + \ No newline at end of file diff --git a/3.4.html b/3.4.html new file mode 100644 index 0000000..215262e --- /dev/null +++ b/3.4.html @@ -0,0 +1,43 @@ + + + + 3.4 + + + + Домашка 3.4 + Страница из двух колонок. Левая шириной от 150px до 300px, правая занимает всё оставшееся пространство +
Small content
+
+
+
Larege content large content large content large content
+
+ + \ No newline at end of file