2022-04-19 22:14:40 +00:00
|
|
|
@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;
|
2022-04-19 22:59:52 +00:00
|
|
|
box-shadow: inset 0 0 10px rgb(133, 133, 133);
|
2022-04-19 23:14:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.part {
|
|
|
|
margin-bottom: 2.5em;
|
2022-04-19 22:14:40 +00:00
|
|
|
}
|