hi! i just started using birthmark as my about page (love how cute and simple it is!) but i have some questions/problems. for some reason, the text that's supposed to be bold won't bold. i was also wondering if you know how i could add the music player from my main page? additionally, i want to use a stack overflow icon and im not sure how! my primary concern is the bolding problem tho. the other two aren't as related to your code, but help is always nice haha. thank you for the lovely work!
Hi. I’m glad you like the page.
I’m looking at the page now and the <b> tag seems to be working fine. Were you using a different tag? I know there are a few for bolded text.
<b>This is bold text.</b>
For adding a stackoverflow icon (I’m assuming you mean to the social media icons) stackoverflow has a page where you can download their logos. It will be a little clunky, but should work.
Add this in with the other social media links.
<a href="/" title="username"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><path class="st0" d="M84.4 93.8V70.6h7.7v30.9H22.6V70.6h7.7v23.2z"/><path class="st1" d="M38.8 68.4l37.8 7.9 1.6-7.6-37.8-7.9-1.6 7.6zm5-18l35 16.3 3.2-7-35-16.4-3.2 7.1zm9.7-17.2l29.7 24.7 4.9-5.9-29.7-24.7-4.9 5.9zm19.2-18.3l-6.2 4.6 23 31 6.2-4.6-23-31zM38 86h38.6v-7.7H38V86z"/></svg></a>
And then add this in the CSS, before </style>
svg { width: 20px; vertical-align: middle; margin: -5px 5px 0; fill: #E97F7F; }
svg:hover { fill: #959595; }
And as for the music player, since I wasn’t the one who made it, I can’t put it on the page.















