diff --git a/index.html b/index.html index 6fd763e..aec88c3 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Двач но не двач @@ -47,12 +47,12 @@

ВСЕМ ПРИВЕТ! Я ФОКУСНИК!

-
- - -
+
+ + +
+

ловим текст сюда

- \ No newline at end of file diff --git a/script/js.js b/script/js.js index ea123c4..e69de29 100644 --- a/script/js.js +++ b/script/js.js @@ -1,2 +0,0 @@ -console.log('wrok'); -let infinite=5; diff --git a/styles/style.css b/styles/style.css index 066acc6..d7169ee 100644 --- a/styles/style.css +++ b/styles/style.css @@ -59,6 +59,7 @@ margin-left: auto; margin-right: auto; margin-top: 10px; display: flex; +margin-bottom: 10px; } .button {width: 150px; @@ -84,7 +85,7 @@ h1 { background-color: #afacac; margin-left: auto; margin-right: auto; - + padding-bottom: 20px; } .ugly { display: block; @@ -122,4 +123,12 @@ ul { line-height: 20px; font-weight: 600; } - +.posts { + width: 500px; + padding-top: 20px; + padding-bottom: 20px; + background-color: hotpink; + margin-left: auto; + margin-right: auto; + text-align: center; +} \ No newline at end of file