My Website Design System

Colors

Light Tones

  • Light Mint

    hsl(140, 85%, 85%)

  • Sky Blue

    hsl(200, 85%, 85%)

  • Light Violet Blue

    hsl(230, 85%, 85%)

  • Light Magenta

    hsl(290, 85%, 85%)

  • Light Coral

    hsl(350, 85%, 85%)

  • Light Orange

    hsl(20, 85%, 85%)

Medium Tones

  • Mint Green

    hsl(140, 90%, 60%)

  • Light Blue

    hsl(200, 90%, 60%)

  • Violet Blue

    hsl(230, 90%, 60%)

  • Magenta Purple

    hsl(290, 90%, 60%)

  • Coral Pink

    hsl(350, 90%, 60%)

  • Orange

    hsl(20, 90%, 60%)

Dark Tones

  • Dark Green

    hsl(140, 90%, 15%)

  • Dark Blue

    hsl(200, 90%, 15%)

  • Navy Blue

    hsl(230, 90%, 15%)

  • Dark Magenta

    hsl(290, 90%, 15%)

  • Red Wine

    hsl(350, 90%, 15%)

  • Dark Brown

    hsl(20, 90%, 15%)

Fonts

Text Styles

Table Styles

A B
1 A1 B1
2 A2 B2
3 A3 B3
table {
width: 80%;
min-width: 350px;
margin: 1.5rem 2.5rem 2.5rem;
}

th,
tr,
td {
text-align: center;
vertical-align: middle;
padding: 0.25rem 0.75rem;
border: 0.5px solid hsl(230, 40%, 55%);
}

th {
background-color: hsl(230, 85%, 85%);
font-family: "Work Sans";
font-size: 1.5rem;
font-weight: 500;
line-height: 2em;
}

td {
font-size: 1rem;
line-height: 1.8em;
}

File System Structure

  1. index.html

  2. filename.html

  3. README.md

  4. LICENSE.md

  5. resources

    1. scripts

      • main.js

    2. styles

      • reset.css

      • style.css

    3. images

      • image1.png

      • image2.png

    4. videos

      • video1.mp4

    5. audios