Template:CreationHub/styles.css: Difference between revisions

Created page with ".creation-hub { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-top: 2rem; } .creation-card { width: 250px; padding: 1.5rem; text-align: center; border: 2px solid #e0e0e0; border-radius: 1rem; background: #fafafa; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all 0.2s ease-in-out; } .creation-card:hover { background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.12); transform: translateY(-2px); } .creation-..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
   text-align: center;
   text-align: center;
   border: 2px solid #e0e0e0;
   border: 2px solid #e0e0e0;
   border-radius: 1rem;
   /* border-radius: 1rem; */
   background: #fafafa;
   background: #fafafa;
   box-shadow: 0 2px 6px rgba(0,0,0,0.08);
   /* box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
   transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
}
Line 40: Line 40:
   border-radius: 6px;
   border-radius: 6px;
   font-size: 0.95rem;
   font-size: 0.95rem;
  text-align: center;
}
.creation-card input::placeholder {
  text-align: center;     
  color: #999;               
  font-style: italic;       
}
}