Documentation Old
No edit summary
No edit summary
Line 27: Line 27:
         }
         }
     }
     }
.grid-container {
    display: grid;
    padding: 4em;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
  }
@media screen and (max-width: 767px) {
    .grid-container {
      grid-template-columns: 1fr;
    }
  }
</style>
</style>


Line 54: Line 68:
   <div style="width: 589px; color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word">Discover more about MDriven products through articles and videos</div>
   <div style="width: 589px; color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word">Discover more about MDriven products through articles and videos</div>
</div>
</div>
<div style="display: grid; padding: 4em; grid-template-columns: repeat(4, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container">
<div class="grid-container">
</html>
</html>
{{#widget:Documentation
{{#widget:Documentation
Line 104: Line 118:
|text=This is a detailed description
|text=This is a detailed description
}}
}}


<html>
<html>
 
</div>
</html>
</html>

Revision as of 00:10, 11 November 2023

Documentation
Technical Documentation
Search for comprehensive articles related to your ideas.
Products directory
Discover more about MDriven products through articles and videos
Image
This is a detailed description
Image
This is a detailed description
Image
This is a detailed description
Image
This is a detailed description
Image
This is a detailed description
Image
This is a detailed description
Image
This is a detailed description
Image
This is a detailed description

This page was edited 95 days ago on 06/17/2024. What links here