Best Practices
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 48: Line 48:
             padding-right: 1em;
             padding-right: 1em;
         }
         }
      .grid-container {
          grid-template-columns: 1fr !important;
          }


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


</style>
</style>
Line 67: Line 76:
</div>
</div>


  <div style="color: #182933; 500; word-wrap: break-word; font-weight:500; font-size:20px;" class="header3" >Here’s how YOU can make MDriven work for YOU</div>
<div style="display: grid; padding: 0 5em; grid-template-columns: repeat(2, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container">
  <div style="display: grid; padding: 0 5em; grid-template-columns: repeat(3, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container">


</html>
</html>

Revision as of 07:12, 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