You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
331 B
23 lines
331 B
.card-body a {
|
|
color: white;
|
|
}
|
|
.top-menu {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.menu {
|
|
display: flex;
|
|
}
|
|
.menu ul {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.menu ul li {
|
|
margin-right: 15px;
|
|
text-decoration: none;
|
|
list-style: none;
|
|
}
|
|
.kolotoc div{
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|