I need to show the badge after the H3 tag. Below is the code I'm using. But it does not work;
h3:after{ content: ""; background: url(down-arrow.png) no-repeat 0 0; width:24px; height:24px; color:#666666;}.
You need display: block or display: inline-block .
display: block
display: inline-block
Working example: http://jsfiddle.net/wH7gp/
Source: https://habr.com/ru/post/1392301/More articles:Best open source java application for implementing Trie - javaXLib: How do I return to windowed mode when I make it fullscreen? - cPHP + CSS Obfuscation - PHP ord THEN PHP strrev + CSS reverse text, how to get special characters checked back? - cssXSLT accepts 2 XML files as input and generates XML output file - xmlhow to send email from Apache server using php script - phpHow to center text vertically and horizontally in a body tag? - htmlHow to call notifyDataSetChanged for a custom ExpandableListView? - androidDuplicate domain in URL or domain / AppName - asp.net-mvc-3C # WOW6432 registry node messin things up - c #Retry jQuery ajax request - javascriptAll Articles