J
J
jimani2018-06-07 17:19:30
User interface
jimani, 2018-06-07 17:19:30

How to make such a page with "redirect, please wait ..."?

Here is a simple page to redirect somewhere. Should I lay it out? That is, you need everything to be in the center: first the picture, under it the inscription.
5b193ee125383248087933.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
boga-net, 2018-06-07
@jimani

You just need to place this in the center and that's it?
put everything in container and for it

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

https://jsfiddle.net/ouodkeLn/193/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question