div
{
  height:50px;
}
#r
{
  background: red;
}
#o
{
  background: orange;
}
#y
{
  background: yellow;
}
#g
{
  background: green;
}
#b
{
  background: blue;
}
#i
{
  background: indigo;
}
#v
{
  background: violet;
}
