CSS - Cascading Style Sheets. Adding style to web documents. i.e. color, design, typefaces, object placement, accessibility, transitions, etc.
Code - Cheat Sheet
Showing posts with label development. Show all posts
Showing posts with label development. Show all posts
Monday, January 13, 2020
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
-name of css file
-rel, type, and media
Subscribe to:
Posts (Atom)
Panels
Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...
-
List background-image Background image background-position background-size background-repeat no-repeat, repeat-x, repeat-y background-...
-
CODE that we learned; www.tarotgoddess.com .content-left { padding: 1px 30px 1px 0px; this correlates with the paragra...