<style> main ul li a { display: block; padding: 15px 20px; margin-bottom: 10px; text-decoration: none; border-radius: 20px; /* Pill shape */ transform: scale(1); transition: background-color […]
Basic CSS Template
/* Basic CSS Reset to help with cross-browser consistency Learn more: https://meyerweb.com/eric/tools/css/reset/ */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, […]
Create A WordPress Child Theme
In order to create a Child theme we need to add a minimum of two files Create a new folder which will hold your child […]