CSCI 344: Spring 2026
ScheduleSyllabusAssignmentsResourcesQuizzesVideos
ScheduleSyllabusAssignmentsResourcesQuizzesVideos

Resource Pages

1. System Configuration

Disabling AI Features in VS Code
Configuring Git and GitHub
Command Line Resources

2. HTML Resources

Introduction
Rules of Thumb
Text Markup Tags
Hyperlinks
Images
Media Tags
Lists & Table Tags
Semantic Tags
Form Tags

3. CSS Resources

Introduction
Rules of Thumb
Selectors
Color
Text & Fonts
The Box Model
CSS Units
Flexbox
CSS Grid
Media Queries
Style Guides

4. Design

Accessibility Resources
Design Resources

5. JavaScript Resources

Introduction
Basic Programming in JavaScript
Basic Programming Practice
Working with the DOM
DOM Practice Problems
Higher Order Array Functions
Higher Order Array Functions: Practice
Object Destructuring & the Spread Operator

6. Career Prep

Portfolio Projects & Interview Prep

CSS Resources: Color

Color resources

  • https://coolors.co/
  • https://www.colourlovers.com/
  • https://uigradients.com
  • https://color.adobe.com

Documentation & videos

  • W3Schools Reference:
    • http://www.w3schools.com/colors/default.asp
    • http://www.w3schools.com/colors/colors_names.asp

Using Colors in CSS

Use the color property for text color and background-color for backgrounds. Colors can be specified by name (red, blue), hexadecimal (#ff0000), RGB (rgb(255, 0, 0)), or RGBA for transparency.

Loading quiz...
PreviousSelectors
NextText & Fonts

UNC Asheville Department of Computer Science

Resource Pages

1. System Configuration

Disabling AI Features in VS Code
Configuring Git and GitHub
Command Line Resources

2. HTML Resources

Introduction
Rules of Thumb
Text Markup Tags
Hyperlinks
Images
Media Tags
Lists & Table Tags
Semantic Tags
Form Tags

3. CSS Resources

Introduction
Rules of Thumb
Selectors
Color
Text & Fonts
The Box Model
CSS Units
Flexbox
CSS Grid
Media Queries
Style Guides

4. Design

Accessibility Resources
Design Resources

5. JavaScript Resources

Introduction
Basic Programming in JavaScript
Basic Programming Practice
Working with the DOM
DOM Practice Problems
Higher Order Array Functions
Higher Order Array Functions: Practice
Object Destructuring & the Spread Operator

6. Career Prep

Portfolio Projects & Interview Prep

CSS Resources: Color

Color resources

  • https://coolors.co/
  • https://www.colourlovers.com/
  • https://uigradients.com
  • https://color.adobe.com

Documentation & videos

  • W3Schools Reference:
    • http://www.w3schools.com/colors/default.asp
    • http://www.w3schools.com/colors/colors_names.asp

Using Colors in CSS

Use the color property for text color and background-color for backgrounds. Colors can be specified by name (red, blue), hexadecimal (#ff0000), RGB (rgb(255, 0, 0)), or RGBA for transparency.

Loading quiz...
PreviousSelectors
NextText & Fonts

UNC Asheville Department of Computer Science