All Blogs

Usefull Syntax for CSS

chat

Automatic optimize hight and width with Image tag in NextJs

<Image width="0" height="0" sizes='100vw' className='w-full h-auto' />

For change scrollbar color

::-webkit-scrollbar{
  width: .5rem;
  /* height: 1rem; */
}
::-webkit-scrollbar-thumb{
  /* background: antiquewhite; */
  background-color: #ee2a7b;
  border-radius: 100vw;
}
Lets

Chat

©2026

pritamdev2k@gmail.com