Snippets tagged “before-pseudo-element”
3 snippets use this tag.
- How to Add Line Break Before an Element with CSSCSS
In this tutorial, we’re going to show some ways of adding a line break before an element. For that, use the white-space property and ::before pseudo-element.
- How to Center a Text Inside the CSS :before Pseudo-ElementCSS
In this snippet, you will find out how it is possible to center a text within the CSS :before pseudo-element. Try an example and find its description to make it clear.
- How to Create a List With Dashes in HTMLHTML
In this tutorial, find out how it is possible to style a list with dashes instead of bullet points. Use the :before pseudo-element with the content property.