diff --git a/index.html b/index.html index d311f84..076b299 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@ Главная Gitea Сервера +MyChat

@@ -26,6 +27,7 @@

Главная

Gitea

Сервера

+

MyChat

diff --git a/servers.html b/servers.html index 8601a31..6185672 100644 --- a/servers.html +++ b/servers.html @@ -18,6 +18,7 @@ Главная Gitea Сервера +MyChat

@@ -26,23 +27,18 @@

Главная

Gitea

Сервера

+

MyChat

У нас имеются следующие сервера:

Minecraft 1.16.1 Vanilla

IP: 176.114.129.4:25565

-

Просто ванильный сервер где можно строить разные построички

-

Minecraft 1.6.4 RPG

-

IP: 176.114.129.4:25565

-

RPG сервер с магией и всем таким, содержит достаточно модов на магию, монстров и т.п.

-

-

Insurgency Hardore COOP

-

IP: 176.114.129.4:27015

-

Название говорит само за себя - это хардкорный сервер Insurgency с кооперативным режимом игры

+

Project Zomboid

+

IP: 176.114.129.4:16261

-

+

diff --git a/src/img/zomboid.jpg b/src/img/zomboid.jpg new file mode 100644 index 0000000..bcdfc52 Binary files /dev/null and b/src/img/zomboid.jpg differ diff --git a/src/styles/style.css b/src/styles/style.css index 746e59b..9726316 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -141,7 +141,7 @@ h3 { visibility: hidden; width: 100%; display: grid; - grid-template-columns: 25% 25% 25%; + grid-template-columns: 25% 25% 25% 25%; grid-template-areas: "one two three four"; padding-bottom: 10px; } @@ -189,8 +189,8 @@ h3 { visibility: visible; width: 100%; display: grid; - grid-template-columns: 33% 33% 33%; - grid-template-areas: "one two three"; + grid-template-columns: 25% 25% 25% 25%; + grid-template-areas: "one two three four"; padding-bottom: 10px; }