From c0eeffa19debc278645fa688849f418e05765434 Mon Sep 17 00:00:00 2001 From: merajjahir Date: Wed, 23 Feb 2022 13:48:45 +0600 Subject: [PATCH] added some idividual header's --- dist/tailshape.css | 50 +++++---- public/componets/accordion/3_accordion.html | 8 +- public/componets/navs_headers/4_header.html | 8 +- public/componets/navs_headers/5_header.html | 30 ++++++ public/componets/navs_headers/6_header.html | 100 +++++++++++++++++ public/componets/navs_headers/7_header.html | 108 +++++++++++++++++++ public/componets/navs_headers/8_header.html | 113 ++++++++++++++++++++ 7 files changed, 387 insertions(+), 30 deletions(-) create mode 100644 public/componets/navs_headers/6_header.html create mode 100644 public/componets/navs_headers/7_header.html create mode 100644 public/componets/navs_headers/8_header.html diff --git a/dist/tailshape.css b/dist/tailshape.css index 2a3ba60..c931d89 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -2074,9 +2074,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } -.bg-red-800 { +.bg-cyan-200 { --tw-bg-opacity: 1; - background-color: rgb(153 27 27 / var(--tw-bg-opacity)); + background-color: rgb(165 243 252 / var(--tw-bg-opacity)); +} + +.bg-green-400 { + --tw-bg-opacity: 1; + background-color: rgb(74 222 128 / var(--tw-bg-opacity)); } .bg-gray-50 { @@ -2208,11 +2213,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(248 113 113 / var(--tw-bg-opacity)); } -.bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgb(74 222 128 / var(--tw-bg-opacity)); -} - .bg-indigo-700 { --tw-bg-opacity: 1; background-color: rgb(67 56 202 / var(--tw-bg-opacity)); @@ -2303,21 +2303,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(96 165 250 / var(--tw-bg-opacity)); } -.bg-cyan-800 { - --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); -} - -.bg-cyan-400 { - --tw-bg-opacity: 1; - background-color: rgb(34 211 238 / var(--tw-bg-opacity)); -} - -.bg-cyan-200 { - --tw-bg-opacity: 1; - background-color: rgb(165 243 252 / var(--tw-bg-opacity)); -} - .bg-opacity-50 { --tw-bg-opacity: 0.5; } @@ -5240,6 +5225,14 @@ Ensure the default browser behavior of the `hidden` attribute. flex-direction: row; } + .sm\:flex-col { + flex-direction: column; + } + + .sm\:flex-wrap { + flex-wrap: wrap; + } + .sm\:items-start { align-items: flex-start; } @@ -5536,6 +5529,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0.25rem; } + .md\:mx-auto { + margin-left: auto; + margin-right: auto; + } + .md\:mr-2 { margin-right: 0.5rem; } @@ -5772,6 +5770,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 72rem; } + .md\:max-w-7xl { + max-width: 80rem; + } + .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } @@ -5972,6 +5974,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0px; } + .md\:p-4 { + padding: 1rem; + } + .md\:px-24 { padding-left: 6rem; padding-right: 6rem; diff --git a/public/componets/accordion/3_accordion.html b/public/componets/accordion/3_accordion.html index 2575f3b..b600625 100644 --- a/public/componets/accordion/3_accordion.html +++ b/public/componets/accordion/3_accordion.html @@ -29,9 +29,9 @@
+ + + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/6_header.html b/public/componets/navs_headers/6_header.html new file mode 100644 index 0000000..a4150d4 --- /dev/null +++ b/public/componets/navs_headers/6_header.html @@ -0,0 +1,100 @@ + + + + + + + + Header 6 + + + + + + +
+
Header 6
+
+
+
+ + + + + + + Kutty + +
+ + Get Started +
+ +
+ + Features + Pricing + Blog + Company + Sign in +
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/7_header.html b/public/componets/navs_headers/7_header.html new file mode 100644 index 0000000..f354276 --- /dev/null +++ b/public/componets/navs_headers/7_header.html @@ -0,0 +1,108 @@ + + + + + + + + Header 7 + + + + + + +
+
Header 7
+
+
+ +
+
+ + + + + + + + + Company + + + +
+ + +
+
+
+ +
+ +
+
+ +
+
+ +
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/8_header.html b/public/componets/navs_headers/8_header.html new file mode 100644 index 0000000..83bd5bc --- /dev/null +++ b/public/componets/navs_headers/8_header.html @@ -0,0 +1,113 @@ + + + + + + + + Header 8 + + + + + +
+
Header 8
+
+ +
+
+
+ + + + + + + + Company + + + +
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+
+
+
+ + + + + + + + + \ No newline at end of file