Children on css

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Justis

Community Member
Management
Feedback score
61
Posts
2,117
Reactions
2,414
Resources
0
I'm not a css guy, but try changing
Code:
div.Logo:first-child{
to
Code:
div.Logo li:first-child {
As well as the same for last-child.

Append " li" before the colon.
 
Status
This thread has been locked.
Top