How can i change the menu button colous?
Posted: Mon Nov 25, 2013 9:43 pm
Hi,
The guy making our websites decided to quit and i have to takeover since i at least have some HTML knowledge although i still consider myself a newbie.
Anyway, i want to give every button of my menu bar a different color.
According to some sites i should the CSS coding below to define different buttons, however i don't know where to add that coding.
Can anyone help me on were and how i can change the color or my menu-buttons separately?
<div id="menu">
<ul>
<li><a id="link1" href="link1.html">Nieuws</a></li>
<li><a id="link2" href="link2.html">Route</a></li>
<li><a id="link3" href="link3.html">Foto's</a></li>
<li><a id="link4" href="link4.html">Uitleg</a></li>
<li><a id="link5" href="link5.html">Links</a></li>
<li><a id="link6" href="link6.html">Contact</a></li>
<li><a id="link7" href="link7.html">Uitslag</a></li>
</ul>
</div>
The guy making our websites decided to quit and i have to takeover since i at least have some HTML knowledge although i still consider myself a newbie.
Anyway, i want to give every button of my menu bar a different color.
According to some sites i should the CSS coding below to define different buttons, however i don't know where to add that coding.
Can anyone help me on were and how i can change the color or my menu-buttons separately?
<div id="menu">
<ul>
<li><a id="link1" href="link1.html">Nieuws</a></li>
<li><a id="link2" href="link2.html">Route</a></li>
<li><a id="link3" href="link3.html">Foto's</a></li>
<li><a id="link4" href="link4.html">Uitleg</a></li>
<li><a id="link5" href="link5.html">Links</a></li>
<li><a id="link6" href="link6.html">Contact</a></li>
<li><a id="link7" href="link7.html">Uitslag</a></li>
</ul>
</div>