"ഫലകം:Listofdistricts2/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
No edit summary |
No edit summary |
||
| വരി 1: | വരി 1: | ||
.district-container { | |||
border: 2px solid #0073e6; /* blue border */ | |||
border-radius: 12px; /* rounded corners */ | |||
box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* subtle shadow */ | |||
padding: 20px; /* spacing inside */ | |||
background-color: #ffffff; /* white background */ | |||
max-width: 1000px; /* optional max width */ | |||
margin: 20px auto; /* center horizontally */ | |||
} | |||
.district-title { | .district-title { | ||
text-align: center; | text-align: center; | ||