Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css bullet using ::before

.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 :: open sublime text 3 from terminal mac 
Css :: progress bar bootstrap border 
Css :: css make ul on multiple lines 
Css :: ease in out css 
Css :: CSS logo left and navigation right 
Css :: margin bottom not working 
Css :: hide navbar css 
Css :: how to make border hover effect in css 
Css :: border css dashed 
Css :: custom select dropdown css only codepen 
Css :: .txt:hover { text-decoration: underline; } 
Css :: blur background image css 
Css :: alignment 
Css :: css line-height default 
Css :: how to make a link into normal text css 
Css :: css animations 
Css :: how to combine two screen sizes in media queries css 
Css :: keyframes 
Css :: background origin css 
Css :: align links to right css 
Css :: border radius css 
Css :: tailwindcss cdn v3 
Css :: color gradient 
Css :: tailwind icon animation 
Css :: css rotate 
Css :: border style shorthand 
Css :: take out side bar in css 
Css :: radio check mark color 
Css :: text-align transform 
Css :: css hover animation text 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =