🖥️
Web Database Programming
  • 💻Introduction
  • 💻Day, 48 Batch
    • CT2
  • 💻SE 407 Web Database Programming
    • HTML
      • Basic HTML
      • Headings
      • Text Formatting
      • Link
      • Image
      • Comment
      • List
      • Table
      • Form
        • Form Tag
        • Form Attribute
    • CSS
      • Types of CSS
      • Selectors
        • Simple Selectors
        • Combinator Selectors
        • Pseudo-class Selectors
        • Pseudo-elements Selectors
        • Attribute Selectors
      • Color
      • Text Formatting
      • Font Formatting
      • Responsive Design
    • JavaScript
      • Variable Declaration & Data Type
      • Output
      • Array
      • String
      • Object
      • Operators
      • Conditional Statement
      • Loop
      • Function
      • Class
      • JSON
      • Event
    • PHP Basic
      • Variable Declaration & Data Type
      • Output
      • String
      • Array
      • Operator
      • Conditional Statement
      • Loop
      • Function
    • PHP OOP
    • PHP Superglobal
    • PHP Form
    • MySQL
    • PHP MySQL
  • 💻SE 408 Web Database Programming Laboratory
    • SE 408 Lab Report Format
    • Lab 1: Basic HTML
    • Lab 2: HTML Table and Form
    • Lab 3: Basic CSS
    • Lab 4: JavaScript
    • Lab 5: PHP Basic
    • Lab 6: PHP & MySQL
    • Lab 7: PHP & MySQL
    • Lab 8: PHP & MySQL
Powered by GitBook
On this page
  1. 💻SE 407 Web Database Programming
  2. CSS

Color

  • Names

    • Red, Green, Blue, Gray, Black, Gray (140)

  • RGB

    • rgb(red, green, blue), 0-255

    • rgba(red, green, blue, alpha), alpha (0-1)

  • HEX Value

    • #rrggbb, #000000, #FFFFFF

  • HSL Value

    • hsl(hue, saturation, lightness)

    • Heu (0-360), saturation (0%-100%), lightness (0%-100%)

PreviousAttribute SelectorsNextText Formatting

Last updated 3 years ago