CSS Basics (Part4) — Property and values
Posted on in Web Development
Understanding and using CSS property: value; pairs is one of the largest parts of understanding web programming.
The Semantics look like this:
selector {
property: value;
}
After you got that, all you have to do is know ALL THE PROPERTIES AND THEIR ASSOCIATED VALUES!!!!!
Its a daunting task to be sure, but in this video I teach you how to learn them all fast, while being able to create working websites all the while.
Take a look at all these CSS properties: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference
Thanks for watching!!