Skip to content

amiephipps/css-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

CSS

Below are some links that provide visual explanations of these CSS properties. Understanding these properties and when to use them is very important for writing maintainable CSS!

display:

margin, padding, and border

height, width

images

position

general

  • only use content when using a :before or :after element - it only works with those pseudo selectors
    • pseudo selectors are basically different 'states' of elements (:hover, :active, :focus, :after, etc.)
  • for accessibility, when you :hover, also set :focus at the same time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published