@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "Highlight"}) @@include('./partials/head-css.html') @@include('./partials/topbar.html') @@include('./partials/startbar.html')

Highlight

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();
    });
});
@@include('./partials/endbar.html') @@include('./partials/footer.html')
@@include('./partials/vendorjs.html')