Difference between revisions of "Template:Flair/Rainbow.css"

From BlogNomic Wiki
Jump to navigation Jump to search
(Add new flair)
 
(Tweak design)
 
Line 1: Line 1:
 
margin: 20px 0;
 
margin: 20px 0;
 
width: 100%;
 
width: 100%;
height: 20px;
+
height: 18px;
  
background: linear-gradient(to bottom, #ff0000, #ff8000, #ffff00, #00ff00, #0000ff, #800080);
+
background: linear-gradient(80deg, #ff0000, #ff8000, #ffff00, #00ff00, #0000ff, #4b0082, #7F00FF);
 
background-size: 100% 20px;
 
background-size: 100% 20px;
 +
border-radius: 5px;
 +
<noinclude>
 +
= Example =
 +
{{Flair|Rainbow}}
 +
</noinclude>

Latest revision as of 20:40, 8 January 2024

margin: 20px 0; width: 100%; height: 18px;

background: linear-gradient(80deg, #ff0000, #ff8000, #ffff00, #00ff00, #0000ff, #4b0082, #7F00FF); background-size: 100% 20px; border-radius: 5px;

Example