Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cloud, Server & Data Center

Code Block
languagecss
.custom-header {
  padding: 10px;
  text-align: center;
  background: rgb(131,58,180);
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
  color: white !important;
  font-size: 30px;
  height: 150px;
}

.custom-header h1 {
  color: white !important;
}

...