Improved styling of tutorial and generated music playlist display.

This commit is contained in:
2022-04-19 17:14:40 -05:00
parent 622a85828c
commit b16dc05a54
9 changed files with 47 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
@import url("./prism.css");
.result {
background-repeat: repeat;
background-image: url("../textures/45degree_fabric.webp");
padding: 1.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 2.5rem;
border-radius: 5px;
box-shadow: inset;
}