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
Veit
Доброго времени суток.
.post-metadata {
height: 20px;
margin-top: 10px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
font-family: Arial, Helvetica, sans-serif;
}
span.date {
background-image: url(images/date.png);
background-repeat: no-repeat;
padding-left: 20px;
margin-left: 2px;
}
span.author {
background-image: url(images/author.png);
background-repeat: no-repeat;
padding-left: 20px;
margin-left: 10px;
}
Как сделать, чтобы span.date and span.author распологались вертикально по центру div.post-metadata?
Link to comment
Share on other sites
1 answer 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.