sebrinajones@gmail.com

Setting Up Your Baseline Grid

This is the most critical “math” step in professional typesetting. Getting your line-height (also known as leading in Adobe InDesign) correctly ensures that your document doesn’t feel “choked” or “gappy.” Line-height should be between 120-180% of the font size. Tip: For your Titles (80pt+), the 120% rule often feels too “gappy.” Big titles usually look

Setting Up Your Baseline Grid Read More »

Visual Styles

Modern & Contemporary Styles Minimalism: “Less is more.” This style is defined by simplicity, clean lines, ample white space, a limited color palette, and a focus on essential elements. It’s often used for a sleek, professional, and uncluttered look. Flat Design: A two-dimensional style that removes all artificial depth, such as drop shadows, gradients, and

Visual Styles Read More »

HTML Cheatsheet

File Naming Conventions All lowercaseUnderscore or dash NO uppercase // NO spaces //  NO special characters Basic Structure <!DOCTYPE html> <html></html> <head></head> <meta charset=”UTF-8”> <title></title> <body></body> HTML Tags <h1></h1> to <h6></h6> <p></p> <br> <hr> <address></address> <blockquote cite=”http://www.worldwildlife.org“> For 50 years, WWF has been protecting the future of nature.</blockquote> <q></q> <div></div> <span></span> <!– Text Here –>

HTML Cheatsheet Read More »