I
I
Igor2015-09-25 12:57:36
css
Igor, 2015-09-25 12:57:36

Why is text not centered?

euSRDMC.png
welovepavel.esy.es/index.html
the maximum width should remain.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Fedoryan, 2015-09-25
@AnnTHony

.welc {
  text-align: center;
}	

.welc p {
  margin-top: 20px;
  margin-bottom: 570px;
        /*или вместо первых 2-х строчек
        margin: 20px auto 570px;*/
  font-style: italic;
}

D
Denis Vasiliev, 2015-09-25
@corvus007

jsbin.com/kuxuya/edit?css,output

G
Gregory, 2015-09-25
@grigruss

htmlbook.ru - to help both beginners and experienced.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question