Untitled

 avatar
unknown
plain_text
2 years ago
839 B
3
Indexable
.emoji {
  width: 20%;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* Add the following properties for the background image */
  background-image: url('path/to/your/image.jpg');
  background-size: cover;
  background-position: center;
  /* Remove the background-color property or adjust it as needed */
  /* background-color: #f2f2f2; */
  border-radius: 20px;
}

.error-title {
  font-size: 48px;
  color: #333;
}

.error-message {
  font-size: 24px;
  color: #666;
  margin-top: 20px;
}

.error-link {
  color: #333;
  text-decoration: none;
}

.homepage-btn {
  color: #000;
  border: 2px solid black;
  border-radius: 20px;
  background-color: whitesmoke;
  padding: 9px;
  margin: 2px;
  width: 15%;
}
Editor is loading...