From 86ef3608ff19dcadcbc2b845227cdf66a625ae75 Mon Sep 17 00:00:00 2001 From: Anna Eremeeva Date: Thu, 29 Nov 2012 15:51:47 +0600 Subject: [PATCH] dz_5 --- common/css/block/b-body__anketa.css | 5 ++ common/css/block/b-fieldset__anketa_otvet.css | 6 ++ common/css/block/b-question__anketa.css | 5 ++ common/css/block/b-wrapper__anketa.css | 5 ++ index.html | 79 +++++++++++++++++++ 5 files changed, 100 insertions(+) create mode 100644 common/css/block/b-body__anketa.css create mode 100644 common/css/block/b-fieldset__anketa_otvet.css create mode 100644 common/css/block/b-question__anketa.css create mode 100644 common/css/block/b-wrapper__anketa.css create mode 100644 index.html diff --git a/common/css/block/b-body__anketa.css b/common/css/block/b-body__anketa.css new file mode 100644 index 0000000..130579d --- /dev/null +++ b/common/css/block/b-body__anketa.css @@ -0,0 +1,5 @@ +.b-body__anketa +{ +font: 12px Arial; +color:#333333 +} \ No newline at end of file diff --git a/common/css/block/b-fieldset__anketa_otvet.css b/common/css/block/b-fieldset__anketa_otvet.css new file mode 100644 index 0000000..e0e2ee6 --- /dev/null +++ b/common/css/block/b-fieldset__anketa_otvet.css @@ -0,0 +1,6 @@ +.b-fieldset__anketa_otvet +{ +border:1px solid #cccccc; +background-color:#DAF3F7; +margin:0 auto; +} \ No newline at end of file diff --git a/common/css/block/b-question__anketa.css b/common/css/block/b-question__anketa.css new file mode 100644 index 0000000..ca5a84f --- /dev/null +++ b/common/css/block/b-question__anketa.css @@ -0,0 +1,5 @@ +.b-question__anketa +{ +font-weight:bold; +color:#2AA698 +} \ No newline at end of file diff --git a/common/css/block/b-wrapper__anketa.css b/common/css/block/b-wrapper__anketa.css new file mode 100644 index 0000000..0ad69cc --- /dev/null +++ b/common/css/block/b-wrapper__anketa.css @@ -0,0 +1,5 @@ +.b-wrapper__anketa +{ +width: 520px; +margin:0 auto; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..68aa21e --- /dev/null +++ b/index.html @@ -0,0 +1,79 @@ + + + + + + + + +Анкета + + +
+
+

Анкета участника

+

Курс "Разработка интерфейса"

+
+

+

+

+

+

+

+

+

+ +

+

+ +

+ + +

+

+ +

+

+ +

+

+ +

+

+ +

+

+
+

+
+
+ + \ No newline at end of file