First init

This commit is contained in:
gauvainboiche
2025-07-08 11:23:22 +02:00
commit 6a18c3851c
61 changed files with 2046 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
body {
font-family: Helvetica;
}
h2 {
font-weight: bold;
}
.header {
background-image: url(../img/pattern.jpeg);
font-size: 100px;
font-weight: bold;
color: khaki;
text-align: center;
margin: 0 auto;
}
#price {
font-weight: bold;
color: blue;
}
#brushes {
background-color: mediumspringgreen;
color: white;
font-weight: bold;
font-size: 32px;
}
#frames {
background-color: lightcoral;
color: white;
font-weight: bold;
font-size: 32px;
}
#paint {
background-color: skyblue;
color: white;
font-weight: bold;
font-size: 32px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB