Is there a html "tag" <card>
? I have seen (a well working) one here.
However, I could not find <card>
in any html documentation. Am I missing something?
Is there a html "tag" <card>
? I have seen (a well working) one here.
However, I could not find <card>
in any html documentation. Am I missing something?
Hard to answer without html sample Could be just css style, like:
<card>
I'm the guy
</card>
css:
card {
font-size: 55px;
color: blue;
}
Fiddle sample https://jsfiddle.net/Precitools/f4hbqcmv/3/