From 54c38decd6e7b75ebdc678cb40d4e33b8c305e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsenijs=20=C4=BBu?= Date: Sat, 27 Apr 2024 20:04:17 +0000 Subject: [PATCH] Update about.html --- about.html | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index ebfbd2d..e2006ea 100644 --- a/about.html +++ b/about.html @@ -57,19 +57,36 @@ max-width: 800px; margin: 0 auto; padding: 20px; - background-color: #fff; + background-color: rgba(255, 255, 255, 0.8); /* Прозрачный белый фон */ border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + background-image: url('https://image.slidesdocs.com/responsive-images/background/grass-cartoon-powerpoint-background_3d94a6801a__960_540.jpg'); + background-size: cover; + background-position: center; } h1 { - color: #007bff; + color: #fff; /* Белый цвет текста */ } p { font-size: 18px; line-height: 1.6; margin-bottom: 20px; + font-weight: bold; /* Делаем текст жирным */ + color: #fff; /* Белый цвет текста */ + } + + .back-button { + background-color: #007bff; + color: #fff; + padding: 10px 20px; + border-radius: 5px; + text-decoration: none; + } + + .back-button:hover { + background-color: #0056b3; } @@ -84,9 +101,10 @@
  • Link
  • + Back

    About Tanki

    -

    This is where you can provide information about your game "Tanki" including its features, development team, and any other relevant details.

    +

    This is where you can provide information about your game "Tanki" including its features, development team, and any other relevant details.