You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
does anyone know how to do a list with custom bullet points like in the recent entry in css so i don't have to type it out everytime
You mean you want the bullets to automatically alternate between โข and โ?
yes!
Try something like this: li:nth-child(odd) {list-style-type: "โข";} li:nth-child(even) {list-style-type: "โ";}