Create shop page

Make components: poster, poster product
This commit is contained in:
2021-10-27 22:48:31 +02:00
parent ad1b57fef2
commit 68f9743f17
9 changed files with 492 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
.poster {
img {
display: block;
width: 100%;
height: auto;
}
}