🧩 Shortcodes - Money Mitra 360
Use the following shortcodes in your posts/pages to create styled elements easily.
✅ Success Box
<div style="padding:10px;background:#d4edda;border-left:5px solid #28a745;border-radius:8px">
✅ This is a success message box.
</div>
✅ This is a success message box.
</div>
⚠️ Warning Box
<div style="padding:10px;background:#fff3cd;border-left:5px solid #ffc107;border-radius:8px">
⚠️ Be careful! This is a warning box.
</div>
⚠️ Be careful! This is a warning box.
</div>
💡 Info Box
<div style="padding:10px;background:#d1ecf1;border-left:5px solid #17a2b8;border-radius:8px">
💡 Here is some helpful info for users.
</div>
💡 Here is some helpful info for users.
</div>
❌ Error Box
<div style="padding:10px;background:#f8d7da;border-left:5px solid #dc3545;border-radius:8px">
❌ An error occurred. Please try again.
</div>
❌ An error occurred. Please try again.
</div>
🔘 Stylish Button
<a href="https://yourlink.com" style="display:inline-block;padding:10px 20px;background:#4CAF50;color:white;border-radius:6px;text-decoration:none;font-weight:600;">
Click Me
</a>
Preview Button
Click Me
</a>