Conversation

God why is it this hard to implement a navbar to my site?? blobcat_melt_cry

3
0
0

@asahi95 What exactly are you trying to do? Maybe I can help.

1
0
0

@Tau Yes, I think I might need to check the website for some info on how to fix it

0
0
0

[Yaseenist]🌸✨Elodie✨🌸🌈blobcat_googly_party🏳️‍⚧️🌱

@asahi95 try adding this for a basic navbar,

put this in index.html at the start of <body>:
‘<div class=”navbar”>

link link

and put this in style.css:
‘{hash symbol}navbar{
height: heightpx;
background-color: color;
width: 100%;
}’

this should work as a basic navbar, hopefully.

1
0
1

[Yaseenist]🌸✨Elodie✨🌸🌈blobcat_googly_party🏳️‍⚧️🌱

@asahi95 also, all the code for my site is on https://codeberg.org/CrebboElodie/crebbo.neocities.org
so you can take a look at that and use it as a reference if you want.

1
0
1

@CrebboElodie Alrighty, I’ll try and give the nav thing a shot, thank you! blobcat_heart

0
0
1