As you know that I always
tried to publish interesting and new tricks. Each and every person who runs his
/ her own blog or website wants to make the blog/website more and more
beautiful. In this article you will be able to learn and understand how to
customize the bullet lists using CSS. Therefore, today I published a new trick
to make use of CSS for customizing bullet list style. The people who are running
their own blog or website then there is an article for them published by Shiraz
Shakeel. You all know that CSS is the best way to customize your blog/website. This
trick is with a special, unique and attracting and also a hover effect. To
apply this trick you must follow the following CSS trick.
- Open Your Template
- Search For ]]></b:skin>
- Add below code just above ]]></b:skin>
.post ul {
list-style: none;
}
.post ul li {
line-height: 1.4em;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidpkayFFXOn9qQuB22XFUOA9Z4X48la2BXs_xn0Hfsg6WU-ClR7OFwdQU37__ONdFk-zXRkmPNmw5gcd3HQ7gHBC3S3MZ4sniad_mOMlmtCcpeUbpr3dlXQq4qD4O9KFCNoD1GNRSkKZI/s1600/blue-bullet-icon.png) no-repeat scroll 0 5px;
margin: 0.3em 0;
padding: 0 0 0.8em 20px;
}
.post ul li:hover {
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHjIi-0ZuZ3sy6zakJCMjnzfgY5APhxatoIkjbgNwOOlU0zdkRPe9jFJihY8cO-OeTKlsMMD_5oc7W1uX7XLWI10KbPPps6ANCnUdd8TVoJVmX0Pvk0nbB9L9l43azga0jyJrVosDNwKQ/s1600/green-bullet-icon.png) no-repeat scroll 0px 5px;
}
For Customizations
- You can replace the given url of the image in the code and add your own.
Avesome Post
ReplyDeletehttp://www.helpnewbloggers.me/