Initial commit

This commit is contained in:
Aashish_Nepal
2024-12-11 15:19:08 +05:45
commit bfb8fc5fb4
29 changed files with 1017 additions and 0 deletions

37
assests/css/header.css Normal file
View File

@ -0,0 +1,37 @@
html {
scroll-behavior: smooth;
}
body {
padding-top: 4rem;
}
.navbar-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 50;
width: 100%;
padding: 0 0;
transition: background-color 0.3s ease;
}
.navbar-fixed.bg-red-500 a {
color: white !important;
}
.navbar-fixed ul {
background-color: transparent;
}
.navbar-fixed.bg-red-500 ul {
background-color: #C03030;
}

75
assests/css/styles.css Normal file
View File

@ -0,0 +1,75 @@
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');
}