Momentum logo
Team 17 Classroom

CSS: The Basics

Posted on Jan 23rd, 2023

Overview of Phase

🗓️ Today’s topics

  • Styling HTML with CSS
  • CSS syntax: selectors, properties, values; shorthand properties
  • Working with color, text and font properties, and backgrounds
  • The box model, margin, and padding
  • Units of measurement

💻 Project: Free Code Camp intro to CSS

🔖 References

Asking for Help in Slack

  • This guidance is not to say, “don’t ask questions unless they are perfectly worded.” This is to help you get the help you need from your question and to help you develop the skill of asking questions.
  • Julia Evans Writing Messages

Getting Started with CSS

CSS Selectors & Properties

Box Model

⭐️ EXTRA/TMI

🦉 Code & Notes

Tags: phase-1 css

Back to home