From cb0fc9e742245de0b97b480796bcf831cdde1302 Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Thu, 30 Jan 2025 19:20:16 +0300 Subject: [PATCH] Update design --- index.html | 2 +- style.css | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index d3145cc..249907b 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Генератор QR-кодов

- +
diff --git a/style.css b/style.css index 92a5eeb..50f6d56 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ h1 { color: #333; } -input, button { +textarea, button { padding: 10px; margin: 10px; border: 1px solid #ccc; @@ -18,18 +18,19 @@ input, button { font-size: 16px; } -input { - width: 300px; +textarea { + /* width: 300px; */ + color: orangered; } button { - background-color: #007bff; + background-color: orangered; color: #fff; cursor: pointer; } -button:hover { - background-color: #0056b3; +button:active { + background-color: rgb(135, 36, 0); } #qr-code {