Code - Cheat Sheet

Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

Monday, January 13, 2020

Structure: 3 Main Parts

<html>

<head>

</head>

<body>

</body>

</html>

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: Navigation

4 Different States

-visited
-active
-hover
-focus



example

a: visited     {color: #f00}

CSS Properties - Font

font-family - type of font

font-size - size of font

font-weight - bold

font-style - italic

color: #f00

Fundamentals: Rule for Divs

Always give divs an ID so , you can refer to them in the coding layout.

Tuesday, December 17, 2019

Terms

HTML - structure and content to a web page
CSS - provide style to the web page

Panels

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