Other Tools By Katy:

Snippets

CSS UL Li Styling

<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, […]

Basic HTML Template

<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Your Page Title Here</title> <meta name=”description” content=”A brief description of your page for SEO.”> […]