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 {