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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
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.