Blog

JavaScript

JavaScript gives you the freedom to add interactivity and responsiveness to your web pages.…

Hyphens

p { hyphens: none | manual | auto -webkit-hyphens: none | manual | auto…

:nth-child() Selector – CSS3

:nth-child li:nth-child(5) { background-color: #ff00ff; } Using :nth-child(5) it allows you to specifically choose…