Best Practices
No edit summary
Tags: Reverted 2017 source edit
(Undo revision 22195 by Edgar (talk))
Tags: Undo Reverted
Line 3: Line 3:
<style>
<style>


.bestpractices-card:hover {
    .bestpractices-card:hover {
     transform: translateY(-5px);
     transform: translateY(-5px);
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
Line 18: Line 18:
.contentHeader {
.contentHeader {
     padding: 5em;
     padding: 5em;
    text-align: center;
}
}


.heading {
.heading {
     font-size: 2.25em;
     font-size: 2.25em;
    color: #182933;
    font-weight: 700;
    text-transform: uppercase;
}
}


.grid-container {
.grid-container {
     display: grid;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
    padding: 0 5em;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 20px;
     gap: 20px;
     padding: 0 5em;
     grid-auto-rows: minmax(100px, auto);
}
}


.bestpractices-card {
.bestpractices-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 10px;
     background: rgba(226, 245, 250, 0.70);
     background: rgba(226, 245, 250, 0.70);
     border-radius: 10px;
     padding: 10px;
    padding: 20px;
     text-align: center;
     text-align: center;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
Line 53: Line 54:
     }
     }


.grid-container {
.header3 {
        grid-template-columns: 1fr;
         padding: 2rem 1em;
         padding: 0 2em;
     }
     }


.bestpractices-card {
.bestpractices-card {
        height: auto;
         padding: 20px;
         padding: 20px;
     }
     }
Line 66: Line 67:
     }
     }
}
}
</style>
</style>



Revision as of 07:35, 1 August 2024

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

How would you like to chat today?

Setting up your conversation…

This may take a few moments