CoverView/src/components/CoverImage.css
2022-04-16 15:08:46 +05:30

16 lines
134 B
CSS

.cover {
background-color: #00ff99;
display: flex;
height: 420px;
width: 800px;
overflow-y: hidden;
}