Tohirjon Odilov | Blog
104 subscribers
133 photos
25 videos
36 files
160 links
Manfaatli bo'lgan bo'lsa hursandman.

https://t.me/t_odilov
Download Telegram
#originalMatn {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 200px; /* istalgan o'lchamdagi miqdorni o'zgartiring */
}

Ortiqcha matnni 3 nuqtaga o'zgartirish
Matn => Har qanday sonning qo'shilmasi yi'gindiga teng.
Natija => Har qanday son...
#css
/* width */
::-webkit-scrollbar {
width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
background: #444;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #666;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #888;
}

Scroll'ni o'zgartirish.
#scroll #css