Pseudo Class in CSS

by Sean Xu

HTML

<p>This the main content</p>

CSS

p:before {
    content:'"'
}
p:after {
    content:'"'
}