audioshowkit/tutorials/assets/css/main.css

18 lines
345 B
CSS
Raw Normal View History

@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;
box-shadow: inset 0 0 10px rgb(133, 133, 133);
}
.part {
margin-bottom: 3rem;
}