Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Job Search Website Critique Re: Job Search Website Critique

#118162
goalieman34
Member

@andy_unleash Can i replace the content with the background image or is this wrong?

ul.tick-list {
list-style: none;
margin-left: 0;
padding-left: 25px;
}

ul.tick-list li {
display: inline-block;
width: 45%;
}

ul.tick-list li:before {
background-image: url(‘/storage/checkmark.jpg’);
background-repeat: no-repeat;
}

.h2-list {
padding-left:25px;
padding-top:15px;
font-size:24px;}