axayacatl.neocities.org
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: "❀";}
You're not wrong.
don't worry because in 2 weeks those terms will become irrelevant again. take the boomerpill and never look back
thank you. <3
Catherine is goated
site goals + planned changes
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: "❀";}