F
F
freeman02042015-09-21 14:37:14
css
freeman0204, 2015-09-21 14:37:14

How to use vertical-align correctly?

I read the article on Vertical-align web-standards.ru/articles/vertical-align but I still can't align it. Here is my codepen.io/anon/pen/OyXgxd . intent. leveled and i can not. And what is interesting is that if you remove from .logo a vertical-align: middle; then it doesn't work on Intent. How to align both Intent and i?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Inchin ☢, 2015-09-21
@freeman0204

Use padding , I beg you:

.logo a {
  color: #fff;
  padding: 6px 12px;
  background-color: #ea5a4b;
  display: inline-block;
  text-align: center;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question