Best Practices
(Undo revision 22195 by Edgar (talk))
Tags: Undo Reverted
No edit summary
Tags: Reverted 2017 source edit
Line 30: Line 30:
     gap: 20px;
     gap: 20px;
     grid-auto-rows: minmax(100px, auto);
     grid-auto-rows: minmax(100px, auto);
}
.bestpractices-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 10px;
    background: rgba(226, 245, 250, 0.70);
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}



Revision as of 07:35, 1 August 2024

Best practices
BEST PRACTICES
Suggestions and ideas on how to creatively use MDriven tools.