redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 58d51ba29c - Show all commits

View File

@ -7,7 +7,10 @@ body {
}
.header-image-home {
background: darkslategrey url("https://via.placeholder.com/375x335webp") no-repeat fixed center;
background-color: rgb(29,49,49);
background-image: url("https://via.placeholder.com/375x335.webp");
background-repeat: no-repeat;
background-position: center;
min-height: 40%;
max-height: 45%;
width: 100%;