свойство сss
Урок 4.3. style.css. Вопрос: не срабатывает свойство сss, почему?
.header {/*урок 4.3*/
background-color: darkslateblue;/*цвет фона*/
height: 177px; /*высота*/
font-size: 0.8em;/*размер шрифта*/
margin-left: 0px;/*внешний отступ слева*/
margin-right: 0px;/*внешний отступ справа*/
min-width: 900px;/**/
}
.main, .logo, .menubar, .size_content, .footer {
margin-left: auto;/*внешний отступ слева*/
margin-right: auto;/*внешний отступ справа*/
}
.logo {
width: 880px;/*ширина*/
padding-bottom: 40px;/*внутренний отступ*/
}
.logo h1, .logo h2 {
font: normal 300% 'century gothic', arial, sans-serif;
margin: 0 0 0 9px;/*внешний отступ*/
}
/*урок 4.11*/
.logo_text h1, .logo_text h1 a, .logo_text h1 a:hover {
padding: 22px 0 0 0;/*внутренний отступ*/
color: #fff;/*цвет*/
letter-spacing: 0.1em;/*интервал между символами*/
text-decoration: none;/*стилизация (без черты)*/
}
.logo_text h2 {
font-size: 0.9em;
padding: 4px 0 0 0;
color: #999;
}