-
🏃♂️ Индивидуальный подход
+
q🏃♂️ Индивидуальный подход
Программа тренировок подбирается с учетом вашего уровня подготовки
и целей.
@@ -105,24 +105,11 @@
diff --git a/begushiybashkir/src/scripts.js/script.js b/begushiybashkir/src/scripts.js/script.js
index 978dc08..890f8f2 100644
--- a/begushiybashkir/src/scripts.js/script.js
+++ b/begushiybashkir/src/scripts.js/script.js
@@ -1,8 +1,8 @@
window.onload = () => {
- const callBtn = document.getElementById('callButton');
+ const callBtn1 = document.getElementById('callButton1');
+ const callBtn2 = document.getElementById('callButton2');
const phoneNumber = '+79273093095';
- callBtn.addEventListener('click', () => {handleCall(phoneNumber)});
-};
-
-
+ callBtn1.addEventListener('click', () => {handleCall(phoneNumber)});
+ callBtn2.addEventListener('click', () => {handleCall(phoneNumber)});
+};
\ No newline at end of file
diff --git a/begushiybashkir/src/style/style.css b/begushiybashkir/src/style/style.css
index 55ea46a..53e0767 100644
--- a/begushiybashkir/src/style/style.css
+++ b/begushiybashkir/src/style/style.css
@@ -163,11 +163,36 @@ tr:nth-child(even) {
padding: 50px 20px;
}
+.contact h2 {
+ color: white;
+}
+
.contact a {
color: #ffd700;
text-decoration: none;
}
+.contact .container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: fit-content;
+}
+
+.contact .container button {
+ background-color: #ffd700;
+ color: #333;
+ padding: 12px 30px;
+ border-radius: 5px;
+ text-decoration: none;
+ font-weight: bold;
+ transition: background 0.3s;
+ width: fit-content;
+ display: flex;
+ margin: 1em;
+}
+
footer {
background-color: #1a3e23;
color: white;