From bbb38bca42c8bb473ec4dbca0212f674ebcb28a4 Mon Sep 17 00:00:00 2001 From: ananthvijay Date: Thu, 19 Jan 2023 20:15:23 +0530 Subject: [PATCH] Added navbar and footer structure --- dist/css/main.css | 2 ++ dist/html/pages/index.html | 39 +++++++++++++++++++++++++++++--------- scss/main.scss | 8 ++++++++ 3 files changed, 40 insertions(+), 9 deletions(-) diff --git a/dist/css/main.css b/dist/css/main.css index 7308200..ff7a888 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -45,3 +45,5 @@ html { .priceCut_multi { font-size: .7rem; } + + diff --git a/dist/html/pages/index.html b/dist/html/pages/index.html index 26a74da..3012bf1 100644 --- a/dist/html/pages/index.html +++ b/dist/html/pages/index.html @@ -1,17 +1,38 @@ + - - - - project - - -
hello
- + + + Anwi + + + +
+ + + +
+
+
+
+
+

banner space

+
+
+
+ + + + + + + - + + \ No newline at end of file diff --git a/scss/main.scss b/scss/main.scss index fb75dc6..81fde1b 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -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; } \ No newline at end of file