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.
Projet_Blazor/src/CraftSharp/Shared/CraftLayout.razor.css

24 lines
406 B

.bedrock_footer {
width: 100%;
position: relative;
}
.bedrock_footer_img {
width: 100%;
pointer-events: none;
}
.spacer{
height: 300px;
}
.main_div {
background: url("../Images/blur_background.jpg") center center/cover no-repeat fixed;
color: white;
min-height: 100vh;
position: relative;
}
.culture{
position: absolute;
bottom: 0;
}