From 643a26415a9ef1fa9daf8893acbab281a2b17b3e Mon Sep 17 00:00:00 2001 From: Evgenia Date: Sat, 23 Mar 2019 13:29:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 14 ++++++++++++++ style.css | 21 +++++++++++++++++++++ 2 files changed, 35 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..5b9e5a0 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + HTML-5 + + + +
+

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

+

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

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