• in
InterCourses
CoursesBlogs
0
← CSS
○What is CSS?○CSS Selectors○How to Apply CSS○CSS Specificity
●Colors○Backgrounds○Typography
○The Box Model○Display○Positioning
○Advanced Selectors○Pseudo-Classes
○Dropdown Structure○Dropdown Behavior
○Form Structure○Form Styling
○Flexbox Basics○Flexbox Alignment○Flexbox Items○Flexbox Layouts
○CSS Grid
○Website Structure○Grid and Responsive
○CSS Variables○Transitions
○Transition Effects○Keyframe Animation
○Responsive Design
○Table Structure○Responsive Table Styling
○Resume Structure○Resume Polish

Colors

Colors are used for text, backgrounds, borders, and visual hierarchy.

Your Task

  1. Set body background to #101828.
  2. Set h1 text color to #f9fafb.
  3. Set .tag text color to rgb(34, 197, 94).
Hint 1
1 / 1
HINT 1

Use hex and rgb() values in CSS color properties.

Loading editor…
READY
intercourses
html