Improved styling of tutorial and generated music playlist display.
This commit is contained in:
14
tutorials/assets/css/main.css
Normal file
14
tutorials/assets/css/main.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user