Glossary

<style> .glossary-item {

   box-sizing: border-box;
   width: 48%;
   border: 1px solid #000;
   padding: 20px;
   margin-bottom: 20px;
 }
 .glossary-title {
   font-weight: bold;
 }
 .glossary-content {
   margin-top: 10px;
 }
 .read-more {
   display: block;
   margin-top: 10px;
   text-align: right;
   text-decoration: none;
   color: #000;
 }
 /* Style to handle the spacing when clicked on navigation */
 :target {
   padding-top: 50px;
   margin-top: -50px;
   display: block;
 }

</style>

 <a href="" class="read-more">Read more ></a>
This page was edited 4 days ago on 05/16/2024. What links here