Home › Forums › CSS › Styling div inside li › Re: Styling div inside li
June 12, 2013 at 6:39 am
#138427
Participant
li div {
text-align: center;
}
or am I thinking too simple now? :P Like Paulie said, you need to add `ul` or `ol` to make it work though.