Code - Cheat Sheet

Showing posts with label development. Show all posts
Showing posts with label development. Show all posts

Monday, January 13, 2020

CSS - Definition

CSS - Cascading Style Sheets. Adding style to web documents. i.e. color, design, typefaces, object placement, accessibility, transitions, etc.


Wednesday, January 1, 2020

CSS - Linking to HTML

<link href="css/styles.css" rel="stylesheet" type="text/css" media="screen"

-name of css file
-rel, type, and media

Panels

Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...