All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.public.static.error.error.css Maven / Gradle / Ivy

The newest version!
body {
  background-color: #f4f5f7;
}

.error-message {
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 20px dashed deeppink;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy