Widget
Glossary
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 28: | Line 28: | ||
.read-more:hover { | .read-more:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
@media (max-width: 768px) { | |||
.glossary-item { | |||
flex: 1 1 100%; | |||
} | |||
} | } | ||
</style> | </style> |
Revision as of 12:06, 3 May 2024
<style>
.glossary-item { flex: 1 1 30%; border: 1px solid #ccc; padding: 10px; margin: 5px; background-color: #f9f9f9;
}
.glossary-title {
font-size: 18px; color: #333; margin-bottom: 5px;
}
.glossary-content {
font-size: 14px; color: #666; margin-bottom: 10px;
}
.read-more {
font-size: 14px; color: #0066cc; text-decoration: none;
}
.read-more:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.glossary-item { flex: 1 1 100%; }
} </style>
<a href="" class="read-more">Read more ></a>
This page was edited more than 8 months ago on 05/16/2024. What links here