Learn CSS pseudo elements in 4 minutes

7 Views
Published
CSS pseudo elements tutorial example explained

#CSS #pseudo #elements

p::first-letter{
font-size: 40px;
font-style: italic;
}
p::first-line{
color: skyblue;
}
#list1 li::before{
content: "✔";
}
#CSS::after{
content: "
Category
Bro Code
Tags
tutorial, html, css
Be the first to comment