Web Development Notes
CtrlK
  • Welcome!
  • Fundamentals of Web Apps
    • HTTP GET
    • Traditional Web Applications
    • Running Application Logic
  • HTML
    • Basics of HTML
  • CSS
    • Basics of CSS
  • Javascript (JS)
    • Navigating Terminal
    • Git and GitHub
    • Intro. to JS & Programming
    • Conditionals, Booleans, Loop
    • Arrays and Iteration
    • Functions, Scope
    • Program Design, Objects
    • Combining Datatypes
    • Callbacks
    • Array Methods w/Callbacks
    • OOP (object methods, classes)
    • DOM Intro
    • Jquery
    • DOM Manipulation with Functions and Loops
    • Populating Dom from Data
    • DOM Events (listeners and handlers)
    • Event Bubbling
    • DOM capturing input, iteration, targets
    • AJAX
  • React
    • Introduction To React
    • Using JSX
    • Class Names
    • Create React App
    • Alternatives to CRA & Node Package
    • React Components & Props
    • Nested Components
    • Advanced JSX
Powered by GitBook
On this page
Edit on GitHub
  1. CSS

Basics of CSS

CSS is the language we use to style an HTML document. It describes how HTML elements should be displayed.

CSS Syntax
PreviousBasics of HTMLNextNavigating Terminal

Last updated 3 years ago