SyntaxFix
Write A Post
Hire A Developer
Questions
For adding background icon always before text when length of text is not known in advance.
.create:before{ content: ""; display: inline-block; background: #ccc url(arrow.png) no-repeat; width: 10px;background-size: contain; height: 10px; }