css after not showing code example
Example 1: ::after cant see
// sometimes i just miss the content
...
content:'';
...
Example 2: css after not working
/*Add the property: content: ""; */
.myclass:{
content: "";
...
}
// sometimes i just miss the content
...
content:'';
...
/*Add the property: content: ""; */
.myclass:{
content: "";
...
}