From a29724d98001c2c9dad5cad4123de1053cd1cd14 Mon Sep 17 00:00:00 2001 From: darkside1102 <34370456+darkside1102@users.noreply.github.com> Date: Mon, 25 Mar 2019 00:43:38 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5?= =?UTF-8?q?=D0=B2=20=D0=98.=D0=A1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTML-5 task completed --- index.html | 16 ++++++++++++++++ style.css | 24 ++++++++++++++++++++++++ 2 files changed, 40 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..dfdaa0e --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + + Document + + + +
+

Добро пожаловать на сайт!

+
+

Здесь вы сможете воочию узреть магию боксовой модели документа и невообразимые возможности по работе со свойствами, которые её составляют!

+
+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..1960e99 --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +body { + margin: 0; + padding: 0; +} + +main { + text-align: center; + margin: 0 auto; +} + +.title { + margin: 0 0 15px 0; +} +.text { + width: 80%; + border: 2px dashed red; + margin: 0 auto; + padding: 25px; + margin-top: 50px; +} +.text p { + width: 400px; + margin: 0 auto; +}