Template:Test.css: Difference between revisions

 
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
color: white;
color: white;
padding-left: 10px;
padding-left: 10px;
font-weight: bold;
}
}

Revision as of 21:47, 16 May 2022

h1 {
  background: linear-gradient(90deg, rgba(161,31,31,1) 0%, rgba(161,31,31,0.76234243697479) 49%, rgba(161,31,31,0) 92%, rgba(161,31,31,0) 100%);
  color: white;
  padding-left: 10px;
  font-weight: bold;
}