/ Published in: CSS
Styling of the hcard (vcard) HTML snippet
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.vcard { font: 1em/1.5em "Baskerville", "Linotype Palatino", Times, Georgia, "Times New Roman", serif; margin-top: 1.5em; margin-bottom: 1.5em; width: 250px; } .vcard ul {font: 1em/1.5em "Baskerville", "Linotype Palatino", Times, Georgia, "Times New Roman", serif;} .fn { font-size: 1.25em; font-style: italic; letter-spacing: 0.05em; margin-bottom: 0.25em; } .communication {float: right;} .numbers {font-family: Georgia, serif; font-size: 0.875em;} #vcard-download {font-size: 0.75em;}