Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change size of bullet point css

li::marker 
{
    content: '2746'
    font-size: 2rem;
    font-weight: bolder;
}
Comment

change size of bullet point css

li::marker 
{
    font-size: 2rem;
    font-weight: bolder;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css backdrop-filter 
Css :: html make text not highlightable 
Css :: css important 
Css :: font awesome before after 
Css :: html align text anchor 
Css :: css make text transparent 
Css :: transition scale 
Css :: center align in grid 
Css :: make triangle using div 
Css :: fixed footer in bootstrap 
Css :: install cors 
Css :: css space between td 
Css :: how to make font awesome responsive bootstrap 
Css :: how to set font max width in css 
Css :: How to prevent anchor links from scrolling behind a sticky header with one line of CSS 
Css :: jquery .css multiple 
Css :: remove underline from <a HTML 
Css :: tailwind css disabled button 
Css :: how to center image css 
Css :: resize image slowly on hover 
Css :: cemter absolute elemetn 
Css :: how to make a div fill the screen 
Css :: anchor tag taking up all the width of the page 
Css :: circle with 4 colors css 
Css :: how to align text verticaly 
Css :: center div inside div flex 
Css :: ssh: connect to host 165.22.132.219 port 22: Connection refused 
Css :: center text horizontally and vertically inside a div in css 
Css :: how to fix the nav bar to the left of the page 
Css :: css center 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =