Skip to content

Instantly share code, notes, and snippets.

@patryknowak
patryknowak / arrows.html
Created April 8, 2016 16:27
Arrow left or right - depending on which part of page you are
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Arrow test</title>
<style>
body {
background: linear-gradient(90deg, tomato 0%, tomato 33.333%, lightblue 33.34%, lightblue 66.666%, yellow 66.67%);
background: black;
}