Our Blogs

How to set Bullet colors in HTML Lists using only CSS

Unordered lists (UL) of bullets, we need to change the color of the bullets in the list using CSS. The Unicode of the bullet that you want to use for your list.     Square: &quo....

03 Jun 2021    |    1230 views    |    View More

How to Set Custom Text Selection background using pure HTML CSS

Browsers by default highlight the selected text in a blue background. This can be changed by using the ::selection pseudo selector in CSS. ::-moz-selection {   color: red;   backgro....

03 Jun 2021    |    1123 views    |    View More

CSS Media Queries for Desktop, Tablet, Mobile

CSS Media Queries allow you to create responsive websites across all screen sizes, ranging from desktop to mobile. It uses the @media rule to include a block of CSS properties only if a certain c....

03 Jun 2021    |    1293 views    |    View More
Showing 1 of 1 Pages 1 1 CSS