Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Fictional Arts and Crafts</title>
- <link href="./styles.css" type="text/css" rel="stylesheet">
- </head>
- <body>
- <!-- Head -->>
- <head>
- <h1 class="khaki">Dasmoto's Arts and Crafts</h1>
- </head>
- <!-- Section Brushes-->
- <section id="brushes">
- <h1 class="brushes">Brushes</h1>
- <img src="./Image2.png" height="250" />
- <h2>Hacksaw Brushes</h2>
- <p>Made of the highout quality cak, Hacksaw brushes are known for their weight and ability to had paint in large amounts.</p>
- <p><strong>Starting at 3 euros/brush.</strong></p>
- <br>
- </section>
- <!-- Section Frames -->
- <section id="frames">
- <h1 class="frames">Frames</h1>
- <img src="Image3.png" height="250" />
- <h2>Art Frames (assorted)</h2>
- <p>Assorted frames made of different material, including MDF and PDE</p>
- <p>You can buy them at least in <strong>the price of 6 euros/frame.</strong></p>
- <br>
- </section>
- <!-- Section Paint-->
- <section id="paint">
- <h1 class="paint">Paint</h1>
- <img src="Image4.png" height="250" />
- <h2>Clean Finish Paint</h2>
- <p>Imported paint from Finland. Over 250 different colors are available in shops varying in quantity.</p>
- <p><strong>Starting at the price of 10 euros/tube.</strong></p>
- </section>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement