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
robo1500
у меня есть проблемы в вёрстке. вот код:<style>
.topics {
float: left;
height: 150px;
border: 1px solid red;
}
.topics b {
padding-top: 15px;
}
</style>
</head>
<body>
<div class="topics">
<b>Вещи от пользователей</b>
<p>2654 вещи</p>
</div>
</body>
">
<style>
.topics {
float: left;
height: 150px;
border: 1px solid red;
}
.topics b {
padding-top: 15px;
}
</style>
</head>
<body>
<div class="topics">
<b>Вещи от пользователей</b>
<p>2654 вещи</p>
</div>
</body>
на htmlbоok.ru
и вопрос: почему padding-top не делает отступ сверху? можно как-то решить эту проблему не задавая лишний раз всяким штукам классы и т. п.
Link to comment
Share on other sites
8 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.