Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the heading position and tag? #10

Open
GoodbyeKittyy opened this issue Apr 9, 2024 · 1 comment
Open

How to change the heading position and tag? #10

GoodbyeKittyy opened this issue Apr 9, 2024 · 1 comment

Comments

@GoodbyeKittyy
Copy link

GoodbyeKittyy commented Apr 9, 2024

Hi there,

Just some simple questions! :)

image

  1. When the screen is minimized, the navbar appears at the bottom. How can I change this to appear at the top instead?

  2. Let's say I want to change one of the navbar headings from "Blog" to 'Certificates". How do I change this?

  3. How is the light and dark mode coming along?

@ivansaul
Copy link
Owner

ivansaul commented Apr 9, 2024

Hi @GoodbyeKittyy.

  1. To change the position of the navbar when the screen is minimized, you'll need to manually modify the HTML 4 code and possibly the CSS 3 to adjust the structure and styles of the navbar. This involves changing the location of elements within the HTML code and adjusting corresponding styles so that the navbar appears at the top instead of the bottom when the screen is minimized.

  2. To change one of the navbar headings from "Blog" to "Certificates," you'll also need to manually modify the HTML 2 code of the navbar 1 and. You can do this by finding the element that contains the text "Blog" and changing it to "Certificates" within the HTML code of the navbar.

  3. Regarding the progress of the light and dark mode, I'm currently short on time to provide an accurate update. However, it's likely in progress and could possibly be implemented in a few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants