CSS before 셀렉터

1 개요[ | ]

CSS ::before Selector
CSS ::before 셀렉터
<style>
p::before {
    content: "John: ";
}
</style>

<p>안녕</p>
<p>친구들</p>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}