/* --- Font Import (Hapus jika template blog Anda sudah menggunakan Poppins) --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
/* --- Kontainer Utama Latihan (Menyesuaikan dengan Blogspot) --- */
.container-latihan-bangun-datar {
font-family: 'Poppins', sans-serif;
background-color: #ffffff; /* Latar belakang putih */
color: #333;
line-height: 1.6;
margin: 25px auto; /* Memberi jarak atas/bawah dan menengahkan kontainer */
padding: 30px;
max-width: 780px; /* Lebar maksimal...
Tampilkan postingan dengan label Latihan Soal. Tampilkan semua postingan
Tampilkan postingan dengan label Latihan Soal. Tampilkan semua postingan
Soal OSN Matematika dan Pembahasan
/*
IMPORTANT: This #math-quiz-container body rule is the most likely culprit for layout issues.
We need to be extremely careful with it.
Instead of applying styles to 'body' within the container, which can affect the parent page,
we'll apply direct styles to the #math-quiz-container itself if needed,
and ensure the .soal-container handles its own centering or left alignment.
*/
/* Removed #math-quiz-container body rule that could affect parent body */
#math-quiz-container...
Soal OSN Matematika SD
/* Semua gaya CSS sekarang hanya berlaku di dalam #wadah-kuis-aman */
#wadah-kuis-aman {
font-family: Arial, sans-serif;
max-width: 800px;
margin: auto;
padding: 20px;
border: 1px solid #eee;
border-radius: 10px;
box-sizing: border-box; /* Mencegah padding mempengaruhi lebar total */
}
#wadah-kuis-aman * {
box-sizing: border-box; /* Berlaku untuk semua elemen di dalam kuis */
}
#wadah-kuis-aman .soal {
display: none;
margin-bottom: 30px;
padding: 15px;
...
Latihan Soal OSN SD 2025: 40 Prediksi Jitu untuk Belajar Mandiri
Latihan Soal OSN SD 2025: 40 Prediksi Jitu untuk Belajar Mandiri
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
margin: 20px;
color: #333;
}
h1, h2, h3 {
color: #007bff;
}
.ikon {
font-size: 1.5em;
margin-right: 5px;
}
.game-container {
position: relative;
width: 100%;
height: 0;
padding-top: 133.3333%;
...
🏃♀️💨Jelajah Surakarta
/* CSS KHUSUS UNTUK KUIS INI, DIBUNGKUS DALAM #quiz-wrapper-unique */
/* Menggunakan !important untuk mencoba override CSS blog utama */
#quiz-wrapper-unique *, #quiz-wrapper-unique *:before, #quiz-wrapper-unique *:after {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
line-height: inherit !important;
font-size: inherit !important;
font-weight: normal !important;
text-align: initial !important;
...
Try Out Luas Bangun Datar Kelas 5
Kuis Luas Bangun Datar Kelas 5
/* Global styles */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
color: #333;
min-height: 100vh; /* Pastikan body setidaknya setinggi viewport */
display: flex; /* Gunakan flexbox untuk layout utama */
flex-direction: column; /* Susun konten secara vertikal */
justify-content: space-between; /* Dorong footer ke bawah */
}
/* Opening Section - Tambahan styling untuk...
Langganan:
Postingan (Atom)