Code - Cheat Sheet

Monday, May 11, 2020

CSS - Study Animations

animation

animation
animation-delay
animation-direction
animation-duration
animation-iteration-count
animation-name
animation-play-state
animation-timing-function
animation-name
animation-duration
animation-timing-function
animation-delay
animation-iteration-count
animation-direction

animation-delay
time

animation-direction
normal | alternate

animation-duration
time

animation-iteration-count
inherit
number

animation-name
none | IDENT

animation-play-state
running | paused
ease | linear | ease-in |
ease-out | ease-in-out |
cubic-Bezier (number,
number, number, number)

CSS Study - Alignment

vertical-align
-Baseline 
-sub
-super | top |
text-top
-middle
-bottom
-text-bottom
-length 


*do not forget to insert the colon after each bold word

CSS - Study (background)

List


background-image    Background image
background-position
background-size
background-repeat    no-repeat, repeat-x, repeat-y
background-attachment    Background image scroll with the element?
scroll, fixed
background-origin   border-box, padding-box,
content-box
background-clip     length, %, border-box, padding-box, content-box, no-clip
background-break   bounding-box, each-box, continuous
background-color    Background color
background-position (x y), top, center, bottom, left, right


*do not forget to insert the colon after each bold word

CSS - Study (colors)

rgb(x,y,z)


rgb - red, green, or blue is selected
x - red
y - green
z - blue

example:

red = (152,240,37)



flavor - an accent color to customize the
user interface of the user agent
itself
currentColor - computed value of the color property


*do not forget to insert the colon after each bold word

CSS - Study - Border

border-width
border-style
border-color



*do not forget to insert the colon after each bold word

Saturday, May 9, 2020

Text - Coding Format

text-align; center
text-transform; capitalize
font-size 3rem;
font-weight: 500
padding: 30 px 0 20px 0;

Extension

  •  An extension, in computer operating systems, is a piece of software that enhances or "extends" the capabilities of a programming language or other applications

SOURCE:
https://www.techopedia.com/definition/1828/extension

Panels

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