- Code: Select all
.MainMenu
{
font-family : Arial;
font-size : 12px;
font-weight : normal;
}
.MainMenu #TitleMenu
{
font-weight: bold;
color: white;
background-color: #0066cc;
}
How i use TitleMenu?
Moderator: Moderators
.MainMenu
{
font-family : Arial;
font-size : 12px;
font-weight : normal;
}
.MainMenu #TitleMenu
{
font-weight: bold;
color: white;
background-color: #0066cc;
}
<div class="MainMenu">
.. some content ..
<div id="TitleMenu">
.. more content ..
</div>
</div

Users browsing this forum: No registered users and 1 guest