HTML Code

<div class="card-header">
    <h4 class="card-title">Highlight HTML</h4>
    <p class="text-muted mb-0">Escape code</p>
</div>

Css Code

font-family : 'Be Vietnam Pro', sans-serif;

Javascript Code

// Dropdown stop
var dropdownMenus = document.querySelectorAll('.dropdown-menu.stop');
    dropdownMenus.forEach(function(dropdownMenu) {
        dropdownMenu.addEventListener('click', function(event) {
        event.stopPropagation();
    });
});
Appearance
Account Settings
General Settings

© Rizz Crafted with by Mannatthemes