ഉള്ളടക്കത്തിലേക്ക് പോവുക

ഫലകം:ഐടി സ്ക്കൂൾ/styles.css

Schoolwiki സംരംഭത്തിൽ നിന്ന്
23:57, 29 സെപ്റ്റംബർ 2025-നു ഉണ്ടായിരുന്ന രൂപം സൃഷ്ടിച്ചത്:- Ranjithsiji (സംവാദം | സംഭാവനകൾ) ('.programs { display: flex; flex-direction: column; gap: 2rem; margin: 1rem 0; } .program-box { display: flex; flex-direction: row; align-items: flex-start; gap: 1rem; padding: 1rem; background: #fafafa; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); } .program-image { flex: 0 0 120px; text-align: center; } .program-content { flex: 1; } .program-ti...' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു)
.programs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem 0;
}

.program-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.program-image {
  flex: 0 0 120px;
  text-align: center;
}

.program-content {
  flex: 1;
}

.program-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.6rem;
  background: #ddd;
  border-radius: 6px;
  text-align: center;
}

.program-text {
  font-size: 1.05em;
  line-height: 1.6;
  text-align: justify;
}

.program-link {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: bold;
}
.program-link a {
  color: #004ec3;
  text-decoration: none;
}
.program-link a:hover {
  text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .program-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .program-image {
    margin-bottom: 0.5rem;
  }
  .program-text {
    text-align: left;
  }
}
"https://schoolwiki.in/index.php?title=ഫലകം:ഐടി_സ്ക്കൂൾ/styles.css&oldid=2865803" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്