Template:Main Page/styles.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 166: Line 166:


.feature-box-title {
.feature-box-title {
   background-color: #b8d8be;
   background-color: #cef2e0;
  border: 1px solid #a2a9b1;
  padding: 8px 12px;
   font-weight: bold;
   font-weight: bold;
   padding: 10px;
   font-family: sans-serif;
   margin-bottom: 15px;
   font-size: 17px;
   border: 1px solid #8ebf82;
   margin-bottom: 10px;
}
}


.feature-grid {
.feature-grid {
   display: flex;
   display: flex;
  flex-wrap: wrap;
  gap: 10px;
   justify-content: space-between;
   justify-content: space-between;
}
}
Line 189: Line 192:
   font-family: sans-serif;
   font-family: sans-serif;
   border-radius: 5px;
   border-radius: 5px;
  transition: transform 0.3s ease;
}
.feature-item:hover {
  transform: scale(1.05);
  z-index: 10;
}
}


Line 200: Line 209:


.feature-image img {
.feature-image img {
   width: 120px;
   width: 100%;
   height: auto;
   height: auto;
}
}