V
V
Vadim Sverdlik2019-03-06 17:21:43
HTML
Vadim Sverdlik, 2019-03-06 17:21:43

How to make a map like on the screen?

5c7fd71427276907055244.png
I have a PSD layout, there is such a map, how can I do this? I mean the background is blue, edit styles.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kirill Voronov, 2019-03-06
@mikprime90

Try this service

Z
Zlatoslav Desyatnikov, 2016-10-27
@cluberr

.tour-card__footer__time,
.tour-card__footer__next {
      height: 46px;
}

V
Vyacheslav, 2016-10-27
@hedint

And what kind of browser? And what is the scale in the browser?
In general, this is a common situation when scaling in the browser, when laying out on some default grid

S
sergey, 2016-10-27
@zorro76

If I understand correctly what you are asking, then this:

.tour-card__footer__time {
    /* line-height: 46px; */ убрать
    font-family: 'Muller Light';
    font-size: 15px;
    padding: 15px 15px 16px 15px; // добавить
    color: #3c3c3c;
    background-color: #ffde00;
}
.tour-card__footer__next {
    /* line-height: 46px; */ убрать
    font-weight: 400;
    padding: 15px 15px 17px 15px; // добавить
    background-color: #008aff;
}

in general, line-height alignment is not very

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question