euterpe-source/libs/music-library-web-test/src/styles.css

23 lines
381 B
CSS
Raw Normal View History

2023-05-29 19:42:35 +00:00
#volume{
transform: rotate(270deg);
}
body {
width: 100vw;
height:100vh;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wrapper{
width:80vw;
display: flex;
justify-content: space-between;
}
.name-wrapper{
width:80vw;
display: flex;
justify-content: center;
}