"ഫലകം:Listofdistricts2/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം

332 ബൈറ്റുകൾ കൂട്ടിച്ചേർത്തിരിക്കുന്നു ,  30 സെപ്റ്റംബർ
തിരുത്തലിനു സംഗ്രഹമില്ല
No edit summary
No edit summary
വരി 3: വരി 3:
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between; /* even distribution */
   justify-content: space-between; /* distribute evenly */
   gap: 12px; /* consistent spacing */
   align-items: stretch; /* 🔑 equal height cards */
  gap: 12px;
   margin-bottom: 20px;
   margin-bottom: 20px;
}
}
വരി 10: വരി 11:
/* Each item as clickable card */
/* Each item as clickable card */
.district-items a {
.district-items a {
   flex: 1 1 calc(25% - 12px); /* 4 items per row by default */
   flex: 1 1 calc(25% - 12px); /* 4 per row by default */
   box-sizing: border-box;
   box-sizing: border-box;
   background: #ffffff;
   background: #ffffff;
   border: 2px solid #0073e6;
   border: 2px solid #0073e6;
   border-radius: 8px;
   border-radius: 8px;
   padding: 10px;
   padding: 15px 10px;
   color: #004EC3;
   color: #004EC3;
   font-size: 1rem;
   font-size: 1rem;
വരി 22: വരി 23:
   box-shadow: 2px 2px 6px rgba(0,0,0,0.08);
   box-shadow: 2px 2px 6px rgba(0,0,0,0.08);
   transition: all 0.25s ease;
   transition: all 0.25s ease;
  display: flex;              /* 🔑 makes content flexible */
  flex-direction: column;    /* keep text stacked */
  justify-content: center;    /* center text vertically */
}
}


വരി 32: വരി 36:
   border-color: #004ec3;
   border-color: #004ec3;
   font-weight: bold;
   font-weight: bold;
}
/* Subtext (if used) */
.district-items a small {
  display: block;
  font-size: 0.85rem;
  margin-top: 4px;
  color: #555;
}
}


"https://schoolwiki.in/പ്രത്യേകം:മൊബൈൽവ്യത്യാസം/2866121" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്