Newer
Older
ez-indexation / app / public / css / style.css
@kieffer kieffer on 7 Mar 2017 350 bytes v0.0.0
body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background: #37474f;
}
h1{
  color: white;
}
#subtitle {
  height: 50px;
  font-size: 22px;
  text-align: center;
  vertical-align: center;
  color: white;
}
svg {
  border: 2px dotted white;
  border-radius: 15px;
}