Skip to content

CSS Styling

Chelsea Miya edited this page Jul 12, 2023 · 4 revisions

Location:

  • _sass subdirectory
styling-1

Cascading Style Sheets (CSS)

  • The html is formatted using style sheets
  • Style properties (e.g. font-size, colour) are applied to different elements using attributes like p, h1, h2, and classes.
  • CSS rules are also used to determine the visual layout and organization of page.
  • See: W3 Schools Guide to CSS

SCSS vs CSS

  • 'Sassy' CSS is a more robust version
  • Like other programming languages, CSS uses nesting, variables, etc.
  • See: Guide to SASS

Bootstrap

  • CSS add-on
  • Built-in templates for features like buttons, carousels, etc.

Anatomy of a Jekyll Site

Updating the Website

Version Control

Additional Resources

Clone this wiki locally