html and css آموزش
22.1K subscribers
488 photos
238 videos
92 files
312 links
ادمین :
@Maryam3771


تعرفه تبلیغات:
https://t.iss.one/alloadv/822
Download Telegram
JavaScript array methods


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
9🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
Light/Dark Toggle With Morphing Icon

Theme switcher. Implemented using CSS.

Get code


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
2🔥1🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
You can make the UI cleaner by reducing or removing scrollbars using the scrollbar-width property

Example of a thin scrollbar:

ul {
scrollbar-width: thin;
}


Example of a hidden scrollbar (the area remains scrollable):

.cards-container {
scrollbar-width: none;
}


Suitable for sidebars, data tables, chat panels, dashboards with lots of scrolls, carousels, touch interfaces.

As a result, the scroll works, but the UI looks neater


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
1👍1🙏1