Search
 
SCRIPT & CODE EXAMPLE
 

HTML

rainbow hr html

<!--rainbow hr-->
<style>
  hr.rainbow{
    height: 1px; /*for me 1px fits perfect.*/
    outline: none;
    border: none;
    background: linear-gradient(90deg, rgb(255,0,0) 0%, rgb(255,184,0) 12%, rgb(194,255,0) 26%, rgb(0,255,188) 42%, rgb(0,151,255) 57%, rgb(21,0,255) 72%, rgb(201,0,250) 87%, rgb(255,0,138) 100%);
  }
</style>

<body>
	<hr class="rainbow">
</body>
Comment

PREVIOUS NEXT
Code Example
Html :: run html file from terminal 
Html :: html script to get gps location without permission 
Html :: expression value in htmlhelper 
Html :: functioning search engine code 
Html :: setup webfont with cdn font awesome 
Html :: html button multiple rows 
Html :: fix character wpf missing 
Html :: how to remove whitespace below my footer in html 
Html :: sublimelinter-html-tidy for linux 
Html :: Como dividir texto 2 colunas em HTML 
Html :: angular html interpret html 
Html :: how many mammals live in water a few,many,much 
Html :: how to add particle.js jquery 
Html :: img tag in html 
Html :: themeforest html 
Html :: ng template 
Html :: meta class 
Html :: meaning of frenzy 
Html :: hex code html 
Css :: input type date remove calendar icon 
Css :: css get rid of button outline on click 
Css :: otf css3 font-face 
Css :: hide number trigger in html page 
Css :: box shadow inset 
Css :: position something to the center of screen responsivly 
Css :: position absolute center with transform 
Css :: absolute position center 
Css :: only ie css 
Css :: focus in styled component 
Css :: text border css 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =