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

No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 150: Line 150:
     margin-bottom: 2em;
     margin-bottom: 2em;
}
}




Line 196: 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;
}
}


.feature-item img {
.feature-image {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 8px;
  display: inline-block;
  border: 1px solid #ddd;
}
 
.feature-image img {
   width: 100%;
   width: 100%;
   height: 100%;
   height: auto;
  object-fit: cover;
  margin-bottom: 0px;
  border-radius: 0px;
}
}