"ഫലകം:KITE office/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
('.kite-district-office-container { max-width: 600px; margin: 20px auto; padding: 16px; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); } .kite-district-office-content { display: flex; align-items: flex-start; gap: 16px; } .kite-district-office-image img { width: 110px; height: 110px; object-fit: cover; border-radius: 8px; } .kite-district-office-description {...' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു) |
No edit summary |
||
| വരി 1: | വരി 1: | ||
.kite | .kite-office-container { | ||
display: flex; | |||
width: 100%; | |||
border: 1px solid #ddd; | |||
border-radius: 8px; | |||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); | |||
overflow: hidden; | |||
margin: 20px 0; | |||
background: #fff; | background: #fff; | ||
} | } | ||
.kite | .kite-office-image { | ||
flex: 0 0 500px; | |||
display: flex; | display: flex; | ||
align-items: | align-items: center; | ||
justify-content: center; | |||
overflow: hidden; | |||
} | } | ||
.kite | .kite-office-image img { | ||
width: | width: 500px; | ||
height: | height: 100%; | ||
object-fit: cover; | object-fit: cover; | ||
object-position: center; | |||
} | } | ||
.kite | .kite-office-content { | ||
flex: 1; | flex: 1; | ||
padding- | padding: 30px 40px; | ||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
} | } | ||
.kite | .kite-office-heading { | ||
margin: 0 0 15px 0; | |||
font-size: 2em; | |||
font-weight: | font-weight: bold; | ||
color: #333; | |||
} | } | ||
.kite- | .kite-office-description { | ||
margin-bottom: 25px; | |||
line-height: 1.7; | |||
color: #555; | |||
font-size: 1.05em; | |||
} | |||
.kite-office-button-wrapper { | |||
display: inline-block; | |||
align-self: flex-start; | |||
} | |||
.kite-office-button-wrapper a { | |||
text-decoration: none !important; | |||
} | |||
.kite-office-button { | |||
display: inline-block; | |||
padding: 12px 24px; | |||
background-color: #2A66B0; | |||
color: #fff !important; | |||
text-decoration: none; | text-decoration: none; | ||
color: | border-radius: 5px; | ||
font-weight: 600; | |||
text-align: center; | |||
transition: background-color 0.3s ease; | |||
cursor: pointer; | |||
} | } | ||
@media (max-width: | .kite-office-button-wrapper a:hover .kite-office-button { | ||
.kite | background-color: #1e4a7f; | ||
} | |||
@media (max-width: 900px) { | |||
.kite-office-container { | |||
flex-direction: column; | flex-direction: column; | ||
align- | } | ||
.kite-office-image { | |||
flex: 0 0 auto; | |||
width: 100%; | |||
} | |||
.kite-office-image img { | |||
width: 100%; | |||
height: 300px; | |||
} | |||
.kite-office-content { | |||
padding: 25px; | |||
} | |||
.kite-office-heading { | |||
font-size: 1.6em; | |||
} | |||
.kite-office-button-wrapper { | |||
align-self: stretch; | |||
} | |||
.kite-office-button { | |||
display: block; | |||
width: 100%; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.kite | } | ||
@media (max-width: 600px) { | |||
.kite-office-image img { | |||
height: 250px; | |||
} | |||
.kite-office-content { | |||
padding: 20px; | |||
} | } | ||
.kite | |||
.kite-office-heading { | |||
font-size: 1.4em; | |||
} | } | ||
.kite | |||
.kite-office-description { | |||
font-size: 1em; | |||
} | } | ||
} | } | ||
14:48, 31 ഒക്ടോബർ 2025-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.kite-office-container {
display: flex;
width: 100%;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
overflow: hidden;
margin: 20px 0;
background: #fff;
}
.kite-office-image {
flex: 0 0 500px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.kite-office-image img {
width: 500px;
height: 100%;
object-fit: cover;
object-position: center;
}
.kite-office-content {
flex: 1;
padding: 30px 40px;
display: flex;
flex-direction: column;
justify-content: center;
}
.kite-office-heading {
margin: 0 0 15px 0;
font-size: 2em;
font-weight: bold;
color: #333;
}
.kite-office-description {
margin-bottom: 25px;
line-height: 1.7;
color: #555;
font-size: 1.05em;
}
.kite-office-button-wrapper {
display: inline-block;
align-self: flex-start;
}
.kite-office-button-wrapper a {
text-decoration: none !important;
}
.kite-office-button {
display: inline-block;
padding: 12px 24px;
background-color: #2A66B0;
color: #fff !important;
text-decoration: none;
border-radius: 5px;
font-weight: 600;
text-align: center;
transition: background-color 0.3s ease;
cursor: pointer;
}
.kite-office-button-wrapper a:hover .kite-office-button {
background-color: #1e4a7f;
}
@media (max-width: 900px) {
.kite-office-container {
flex-direction: column;
}
.kite-office-image {
flex: 0 0 auto;
width: 100%;
}
.kite-office-image img {
width: 100%;
height: 300px;
}
.kite-office-content {
padding: 25px;
}
.kite-office-heading {
font-size: 1.6em;
}
.kite-office-button-wrapper {
align-self: stretch;
}
.kite-office-button {
display: block;
width: 100%;
text-align: center;
}
}
@media (max-width: 600px) {
.kite-office-image img {
height: 250px;
}
.kite-office-content {
padding: 20px;
}
.kite-office-heading {
font-size: 1.4em;
}
.kite-office-description {
font-size: 1em;
}
}