20 lines
392 B
CSS
20 lines
392 B
CSS
@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);
|
|
margin-bottom: 1rem;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.part {
|
|
margin-bottom: 3rem;
|
|
}
|
|
|