76 lines
1.6 KiB
CSS
76 lines
1.6 KiB
CSS
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
body {
|
|
padding-top: 4rem;
|
|
}
|
|
|
|
.menu-overlay {
|
|
position: absolute;
|
|
inset: 0;
|
|
background-color: black;
|
|
opacity: 0.5;
|
|
transition: opacity 0.5s ease;
|
|
}
|
|
|
|
.group:hover .menu-overlay {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.headul{
|
|
background-color: black;
|
|
}
|
|
|
|
.headul .home{
|
|
font-weight: bolder
|
|
}
|
|
|
|
.headul a{
|
|
font-weight: 400;
|
|
}
|
|
|
|
|
|
|
|
.bgabout {
|
|
background-image: url(https://velikorodnov.com/wordpress/steakhouse/wp-content/uploads/2021/01/1920x744_bg1.jpg);
|
|
background-size: cover;
|
|
background-position: center;
|
|
height: 600px;
|
|
}
|
|
|
|
|
|
.bgmenu {
|
|
background-image: url(https://velikorodnov.com/wordpress/steakhouse/wp-content/uploads/2021/01/tomatos.png);
|
|
background-position: right;
|
|
background-repeat: no-repeat;
|
|
background-size: 30%;
|
|
height: 600px;
|
|
}
|
|
|
|
.bgtest{
|
|
background-image: url(https://velikorodnov.com/wordpress/steakhouse/wp-content/uploads/2020/12/1920x664_bg1.jpg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
height: 600px;
|
|
}
|
|
|
|
.bgfixedimg{
|
|
background-image: url('https://velikorodnov.com/wordpress/steakhouse/wp-content/uploads/2021/01/1920x1000_bg1.jpg');
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
height: 90vh;
|
|
}
|
|
|
|
.bgevents{
|
|
background-image: url('https://velikorodnov.com/wordpress/steakhouse/wp-content/uploads/2021/01/1920x648_bg1.jpg');
|
|
background-size: cover;
|
|
}
|
|
|
|
.bgfoot{
|
|
background-image: url('https://velikorodnov.com/wordpress/steakhouse/wp-content/uploads/2020/12/1920x568_fbg1.jpg');
|
|
}
|