add other page and js, css

This commit is contained in:
Данил 2022-09-18 19:27:23 +03:00
parent 25f68a498a
commit 1e33e0a6d8
8 changed files with 279 additions and 0 deletions

View file

@ -0,0 +1,37 @@
.card {
border-radius: 8%;
width: 250px;
height: 200px;
overflow: hidden;
margin: 10px;
background-color: #131313;
}
.card img {
width: initial;
height: 100%;
}
.image {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.header-row .card {
display: flex;
flex-direction: column;
justify-content: center;
}
.header-row span > .card {
margin: auto;
}
.header-row span img {
width: 30px;
height: auto;
}