.container { width: 100%; text-align: right; } .title-container { display: flex; align-items: center; justify-content: space-between; } .title { font-size: 24px; margin-right: 10px; } .toggle-button { font-size: 20px; padding: 5px; cursor: pointer; background-color: #ffab00; border: none; color: white; border-radius: 50%; } .sub-sections ul { list-style-type: none; padding-right: 0; margin: 10px 0; } .sub-sections li { padding: 5px 0; } document.querySelector('.toggle-button').addEventListener('click', function() { const subSections = document.getElementById('sub-sections'); if (subSections.style.display === 'none') { subSections.style.display = 'block'; this.textContent = '-'; // تغییر دکمه به "منفی" } else { subSections.style.display = 'none'; this.textContent = '+'; // تغییر دکمه به "پلاس" } });

 اولین اردوی تابستانی دبستان در روز یک شنبه مورخ سوم تیرماه، اردوی تفریحی قلعه سحرآمیز واقع در شهر بازی ارم برگزار  شد 

 در ادامه گزارش تصویری از این برنامه را ببینید