Is there any way to specify a CSS selector for a lonely child? -


i want have different style list item when list has 1 element, there way css?

the selector want :only-child

so can use in css: li:only-child { } or p:only-child {} apply-it on element


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -