+ 6
How to use ':'?
How to use :after and :before in css for hidden a item and show it after?
1 Resposta
+ 1
You need to use double "::"
::before, ::after
example 👇
element::before{
content:" ";
....
}
How to use :after and :before in css for hidden a item and show it after?