Widget
Glossary
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
.glossary-item { | .glossary-item { | ||
padding: 10px; | padding: 10px; | ||
padding-bottom: 40px; | padding-bottom: 40px; | ||
background-color: #F3F6F9; | background-color: #F3F6F9; | ||
min-height: 200px; | min-height: 200px; | ||
width: 30%; | |||
position: relative; | position: relative; | ||
} | } |
Revision as of 18:19, 13 May 2024
<style>
.glossary-item { padding: 10px; padding-bottom: 40px; background-color: #F3F6F9; min-height: 200px; width: 30%; position: relative;
}
.glossary-title {
font-size: 18px; color: #333; margin-bottom: 5px; font-weight:700;
}
.glossary-content {
font-size: 14px; color: #666; margin-bottom: 30px; overflow: hidden;
}
.read-more {
position: absolute; bottom: 10px; right: 10px; font-size: 14px; color: #0066cc; text-decoration: none;
}
.read-more:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.glossary-item { flex: 0 0 100%; padding-bottom: 40px; max-width: 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