Vertour

by Kirubel Girma

HTML

<div class="mains">
    <img src="https://image.ibb.co/gm4XF6/Vertour.png" alt="" class="contlg">
    <div class="contlg dwn">Loading...</div>
</div>

CSS

body {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0em;
  	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.mains {
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
}

.contlg {
    width: 13em;
    height: 7.314em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.dwn {
    height: 1em;
    width: 4.5em;
    left: 2em;
    font-size: 0.7em;
    top: 9em;
    color: #607D8B;
}