0
I’m making a Theme for tumblr, and set a div called "info" to organize posting times and amount of notes in the post. But when I save the changes and visualize them, nothing changes. When opening the inspect element, I realized that it is as if the div does not exist, and the css is not displayed (image). Since, always before I style Divs, I put a background to locate myself and then I make the changes.
CSS:
.info{background: #000;}
HTML:
<div class="info">
<a href="{Permalink}" title="{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}">
{TimeAgo}
</a>
{block:NoteCount}
<a href="{Permalink}#notes">
{NoteCountWithLabel}
</a>
{/block:NoteCount}
</div>
You imported css into your html?
– OtavioCapel
Do you say incorporate it into html code? If yes, then yes
– lua