Skip to content

Commit

Permalink
changed photos
Browse files Browse the repository at this point in the history
  • Loading branch information
antoshkaxxr committed Jun 12, 2024
1 parent bce28b5 commit 1acb763
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified src/pictures/IvanovStanislav.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pictures/KurshevAlexey.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pictures/TurmukhambetovAmir.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/pictures/start-background.png
Binary file not shown.
7 changes: 4 additions & 3 deletions src/styles-start.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
body {
background-image: url("pictures/start-background.png");
background-image: linear-gradient(to right, rgba(149, 148, 148, 0.66), rgba(255, 255, 255, 0.66));
}


@keyframes fadeIn {
0% {
opacity: 0;
Expand Down Expand Up @@ -51,8 +52,8 @@ body {
}

.person img {
width: 40vh;
height: 40vh;
width: 35vh;
height: 35vh;
}

.person p {
Expand Down

0 comments on commit 1acb763

Please sign in to comment.