Added navbar and footer structure

This commit is contained in:
2023-01-19 20:15:23 +05:30
parent eb816fc2b5
commit bbb38bca42
3 changed files with 40 additions and 9 deletions
+8
View File
@@ -63,4 +63,12 @@ html{
.priceCut_multi{
font-size: .7rem;
}
// button
.button_dark{
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
padding-right: 1.7rem;
padding-bottom: 0.6rem;
padding-top: 0.6rem;
border-radius: 10px;
}