While browsing a website, I came across some intriguing elements and decided to investigate further. Here is what the element looked like:
Upon examining the CSS definition:
.entry-meta .date a:before {
content: "\f303";
}
I am aware that images can be embedded using the url
property of content
, but in this case, there is no URL present. What could be the secret behind this mysterious magic?