All impotent html code

index.js
JavaScript
-- <img src="https://nsenews.in/wp-content/uploads/2025/03/WhatsApp-Video-2025-03-08-at-1.35.10-AM.gif" width="20" height="20"><p style="color:Tomato;">Live</p> news source CNBC-TV18--

Horizontal Scroll Menu | Scrollable Menu for mobile code

index.js
JavaScript
selector ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}
selector ul::-webkit-scrollbar{
display:none !important;
}

Leave a Reply

Your email address will not be published. Required fields are marked *