Старт

This commit is contained in:
2023-11-07 19:51:49 +06:00
commit 86542a157f
5002 changed files with 199551 additions and 0 deletions

7
site/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

10038
site/css/bootstrap4.3.1.css vendored Normal file

File diff suppressed because it is too large Load Diff

18
site/css/style.css Normal file
View File

@ -0,0 +1,18 @@
body {
padding-top: 56px; /* Отступ сверху для фиксированного меню */
}
.carousel-item { /* Параметры слайдера на главной странице */
height: 65vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.portfolio-item { /* Отступы между карточками class="card" */
margin-bottom: 30px;
}