diff --git a/website/assets/css/style.css b/website/assets/css/style.css index 0c6b9d5539..11834e34b7 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -1,3 +1,28 @@ body{ background: #BDBDBD; -} \ No newline at end of file +} + + .custom-navbar { + background-color: #212529; + max-width: auto px; + margin: 0 auto; /* centra la barra */ + padding: 10px 20px; + } + + .navbar-nav .nav-link { + color: #adb5bd; + margin-left: 15px; + } + + .navbar-nav .nav-link.active { + color: #ffffff; + } + + .navbar-nav .nav-link:hover { + color: #ffffff; + } + + .navbar-brand { + color: #ffffff; + margin-right: 30px; + } \ No newline at end of file diff --git a/website/index.html b/website/index.html index 6173ddb526..784523105d 100644 --- a/website/index.html +++ b/website/index.html @@ -17,7 +17,7 @@ -
+
diff --git a/website/templates/navbar.html b/website/templates/navbar.html index 360f7b448d..f5d86f436a 100644 --- a/website/templates/navbar.html +++ b/website/templates/navbar.html @@ -1,2 +1,31 @@ - -

Hello, I'm the navbar.html

\ No newline at end of file + + \ No newline at end of file diff --git a/website/templates/tagline.html b/website/templates/tagline.html index e53970b1ac..d3f5d03884 100644 --- a/website/templates/tagline.html +++ b/website/templates/tagline.html @@ -1,3 +1,16 @@ - + -

Hello, I'm the tagline and I was loaded using ajax from templates/tagline.html

\ No newline at end of file +
+
+

+ Transform Your Body +

+

+ Train Like Never Before +

+
\ No newline at end of file