Flexible padding (Sticky navigation menu, sticky sidebar)
Programing with WordPress is highly flexible and customizable, but sometimes, your theme may not be able to give every bit […]
Programing with WordPress is highly flexible and customizable, but sometimes, your theme may not be able to give every bit […]
open the .SVG file in a text editor, and everywhere I saw this tag: xlink:href=”data:img/png;base64 I replaced it with xlink:href=”data:image/png;base64
I got a section called range-control by default which is hidden. And a checkbox which has ID toggle, once the […]
HTML: <div id=”container”> <div id=”text”></div><div id=”cursor”></div> </div> CSS: #container { text-align: center; } #text { display: inline-block; vertical-align: middle; color: […]
Multi-color text The idea of making a multi-color text is using background gradient, and make the text itself transparent. […]