समाचार
ई-गभर्नेन्स
/* Optional: Add some basic styling for better presentation */
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.link-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.link-item {
flex: 1 1 calc(20% - 20px);
max-width: calc(20% - 20px);
text-align: center;
margin-bottom: 20px;
}
.link-item img {
max-width: 100%;
height: auto;
}