StarlioX/web/static/style/gallery.css
2022-09-19 02:08:05 +03:00

21 lines
No EOL
360 B
CSS

.card {
border-radius: 4%;
width: 350px;
height: 200px;
overflow: hidden;
margin: 10px;
background-color: #131313;
}
.header-row {
flex-wrap: wrap;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.btn, .btn:hover {
background-color: #131313;
border: 0px #131313;
}