— 1 Comment— 24 Kudos
Hiding Interests Sections (Tutorial)
Category: Web, HTML, Tech
If you're a boring person like me who doesn't watch TV or read books, you might be at a loss for what to put in certain sections of your interests. Well, worry no more, because you can hide them! Paste the following CSS into your layout: .table-section:not(:last-child) tr:nth-child(n) { display: none; } The n within the nth-child(n) needs to be a number corresponding to » Continue Reading