💅🏻 css

li 불렛 꾸미기

(。θᗨθ。) 2022. 6. 17. 11:00
li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
728x90