Welcome to the Get Help category!
This is where you can ask questions about your code. Some important things to remember when posting in this category
- Learn how to ask a good question and get a good answer!
- Remember to include a link to the exercise you need help with!
- If someone answers your question, please mark their response as a solution
- Once you understand a new concept, come back and try to help someone else!
Dear Team, i want someone to help on this project am all most complate it
vscode----
+
<link rel="stylesheet" href="./resource/css/index.css">
“Dasmoto's Arts & Crafts”
Brushes

Hacksaw Brushes
Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts. Available in different sizes.
Starting at $3.00 / brush.Frames

Art Frames (assorted)
Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. Starting at $2.00 / frame.
Paint

Clean Finnish Paint
Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. Starting at $5.00 / tube.
+
<link rel="stylesheet" href="./resource/css/index.css">
“Dasmoto's Arts & Crafts”
Brushes

Hacksaw Brushes
Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts. Available in different sizes.
Starting at $3.00 / brush.Frames

Art Frames (assorted)
Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. Starting at $2.00 / frame.
Paint

Clean Finnish Paint
Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. Starting at $5.00 / tube.
css
h1 {
font-family: Helvetica;
font-size: 100px;
font-weight: Bold;
color: khaki;
}
h2 {
background-color: mediumspringgreen;
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color: white;
}
h3 td {
font-family: Helvetica;
font-weight: bold;
color: blue;
}
h4 {
background-color: lightcoral;
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color: white;
}
h5 {
font-family: Helvetica;
font-weight: bold;
color: black;
}
h6 {
background-color: skyblue;
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color: white;
}
h5 {
font-family: Helvetica;
font-weight: bold;
color: black;
}