Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
TypeScript
remove bullets css
user48147
Programming language:
TypeScript
2021-04-05 11:37:24
0
Q:
remove bullets css
eques
Code:
TypeScript
2021-01-19 03:16:16
ul
{
list-style-type
: none;
margin
:
0
;
padding
:
0
; }
9
TwoStone
Code:
TypeScript
2021-07-13 19:12:07
ul
{
list-style-type
: none;
margin
:
0
;
padding
:
0
; }
6
SIslam
Code:
TypeScript
2021-01-19 03:14:50
list-style-
type
:
none
,
9
brichins
Code:
TypeScript
2021-01-19 03:17:23
list-style-
type
:
none
;
2
Tags
remove
css
Related
move bullets in css
New to Communities?
Join the community