Search
 
SCRIPT & CODE EXAMPLE
 

CSS

use CSS to add a bullet point

.any-element::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  background-color: black;
}
Comment

PREVIOUS NEXT
Code Example
Css :: round image css 
Css :: DIVI Responsive menu breakpoints 
Css :: Overflow-y scroll always show even it not overflow 
Css :: css linkup 
Css :: nprogress css 
Css :: white space in css 
Css :: how to ignore an element from the flexbox container 
Css :: how to put different p elements next to each 
Css :: in flex-wrap remove last item margin for every row 
Css :: backdrop filter all properties 
Css :: Text that shows an underline on hover 
Css :: ellipsis 
Css :: htaccess file extension 
Css :: css line height 
Css :: Setting size for png icon in CSS 
Css :: Css gradient animations 
Css :: how to change the select arrow in css 
Css :: animate.css 
Css :: add background in text 
Css :: css linear gradients 
Css :: css basic template 
Css :: wordpress page css not working 
Css :: hamburger icon css3 
Css :: Sass @mixin and @include 
Css :: css local variable 
Css :: html transition 
Css :: inline block and 50% width not aligning items 
Css :: Script for free code camp test 
Css :: acf wysiwyg height 
Css :: responsive card css 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =