29.12.2012, 22:45
Okay, so I'm new to HTML and CSS but this is really confusing me. I'm trying to add a plain blue border at the top of my page but the code here(I'm using Notepad++) turns red and doesn't do anything.
Where "headerMenu" is that stays red. Can someone help me please?
PHP код:
.headerMenu {
background-color: #00B9ED;
height: 38px;
border-bottom:0px;
padding-left: auto;
padding-right: auto;
width: 100%;
}