-
Notifications
You must be signed in to change notification settings - Fork 1
CSS Styling
Chelsea Miya edited this page Jul 12, 2023
·
4 revisions
- _sass subdirectory

- 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
- 'Sassy' CSS is a more robust version
- Like other programming languages, CSS uses nesting, variables, etc.
- See: Guide to SASS
- CSS add-on
- Built-in templates for features like buttons, carousels, etc.
