E
E
Evgenij_nechujveter2018-03-28 14:38:58
HTML
Evgenij_nechujveter, 2018-03-28 14:38:58

How to center h2 and 1 line?

How to center h2 and 1 line? At the moment, for some reason, it stretched for 2 lines:
5abb7ebe582b3603662133.pngThe page itself

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2018-03-28
@Evgenij_nechujveter

.t25{
    clear: both;
    text-align:center;
}

or before t25
<div style="clear:both"></div>
<div class="t25"> ...</div>
and
text-align:center;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question