Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

why does in VScode this heart ❤ emoji give me gray color instead of red , but why all other emojis are ok?

here is my codepen link. I can’t make the heart emoji red.

https://codepen.io/Touraf/pen/MWVoyzW

This where the emoji is-

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

The Basic Language of the Web: HTML

      <img
        src="IMG/laura-jones.jpg"
        alt="Headshot of Laura Jones"
        height="50"
        width="50"
      />

      <p id="author">
        Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027
      </p>

      <img
        src="IMG/post-img.jpg"
        alt="HTML code on a screen"
        width="500"
        height="200"
        class="post-img"
      />
      <button>❤ Like</button>
    </header>

>Solution :

Just add this to your css and it should work

button:first-letter {
  color: red;
}
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading