Celebrating equality on the web
June 26, 2015
I joined in the web development community’s celebration of the US ruling for marriage equality by adding a rainbow to Farely today.
If you want it to, here’s the CSS (source):
body:before {
content: "";
position: fixed;
z-index: -1;
top: 0;
bottom: 0;
right: 0;
width: 60px;
background-image: linear-gradient(to right, red 5%, orange, yellow, green, blue, purple 95%)
}
Hey, I'm Ian. I build websites and write about what I learn as I go. Follow me on Twitter.