I've encountered an issue with a CSS class named "titles" that seems to be working in Firefox, but not Chrome. Here's the code snippet:
.titles {
font-size: 4.5em;
color: #154;
text-shadow: 1px 2px #000;
}
<h1 class="titles"><b>DREWSPLAINING</b></h1>
The problem started when I added the text shadow property. Even after removing it, the CSS doesn't seem to work correctly in Chrome.