💵 BAHİS YAP

▶️ IZLE CANLI YAYIN const video = document.getElementById("videoPlayer"); function playVideo() { if (video) { video.play(); } } function pauseVideo() { if (video) { video.pause(); } }
.button-container2 { display: flex; justify-content: space-between; gap: 12px; } .button-container2 .btn { flex: 1; text-align: center; white-space: nowrap; padding: 10px 0; color: #fff; text-decoration: none; border-radius: 4px; font-weight: 600; } .button-container2 .btn:nth-child(1) { background-color: #007bff; } .button-container2 .btn:nth-child(2) { background-color: #28a745; } .button-container2 .btn:nth-child(3) { background-color: #ffc107; color: #000; } .button-container2 .btn:nth-child(4) { background-color: #dc3545; } .full-width-image { display: block; width: 100%; height: auto; }