You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Loed
для всех заголовков на сайте использутся стиль:
#osnova H1, H2, H3,{
FONT-SIZE: 17px;
COLOR: #4f7ba6;
background-COLOR: #f3f3f3;
font-style: normal;
font-weight: bold;
margin: 0px;
text-align: right;
background-image: url(/images/h1_strela.gif);
padding: 0px 5px 0px 0px;
}
и только на одной из страниц сайта надо задать другой стиль для заголовков в диве zag:
<div id="osnova">
<div id="zag"><H1>Заголовок </H1>
<H2>Заголовок </H2>
<H3>Заголовок </H3></div></div>
Задаю, такой стиль не работает т.е всем заголовкам в диве zad присваиваются стили osnova:
#zag H1, H2, H3 {
FONT-SIZE: 17px;
COLOR: #4f7ba6;
background-COLOR: #f3f3f3;
font-style: normal;
font-weight: bold;
margin: 0px;
text-align: right;
FONT-FAMILY: Arial, sans-serif;
border-bottom: 1px solid #c5d4e2;
}
Edited by LoedLink to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.