No comment

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-14 15:20:11 +03:00
parent becf9e6f8f
commit 99b0cabc89
8 changed files with 74 additions and 29 deletions

View File

@@ -11,20 +11,11 @@ $social-button_inner_margin: 10px;
.showcase {
display: flex;
height: 100vh;
background-image: url("../../resources/img/showcase.jpg");
background-image: url("../../resources/img/index/g.jpg"), url("../../resources/img/index/y.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
backdrop-filter: brightness(0%);
img {
width: 100%;
height: auto;
filter: brightness(50%);
}
h1 {
text-align: center;
font: 800 128px "Montserrat", sans-serif;
color: #FFFFFF;
}
}
.table {