diff --git a/frontend/index.html b/frontend/index.html index 9d2926e..d9c05bd 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -19,6 +19,19 @@ + + + @@ -31,7 +44,7 @@
  • About Us +
  • FAQs
  • Contact Us
  • -
    + +
  • diff --git a/frontend/style.css b/frontend/style.css index 7b5a778..5fe1763 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -49,13 +49,14 @@ nav { nav ul { /* margin: 150px auto 0; */ - padding: 0; - display: table; + padding: 25px; + display: flex; + align-items: center; + align-content: space-around; text-align: center; - display: table; list-style: none; width: 100%; - justify-content: center; + justify-content: space-evenly; } nav ul li { @@ -63,7 +64,6 @@ nav ul li { padding: 15px 20px; display: table-cell; position: relative; - /* padding: 15px 0; */ } nav ul li a { @@ -99,6 +99,20 @@ nav .logo { box-sizing: border-box; } +/* Multiple languages using translate */ +#google_translate_element img, .goog-te-banner { + display: none; +} + +select.goog-te-combo { + height: 25px; + border-radius: 30px; +} + +.goog-logo-link { + height: 1px; +} + /* Font icon + - */ .text-s button { color: #f4f4f4;