Skip to content

Instantly share code, notes, and snippets.

@ahmader
Created January 15, 2018 01:08
Show Gist options
  • Save ahmader/6fbdd77d8448365e81409274643ed12d to your computer and use it in GitHub Desktop.
Save ahmader/6fbdd77d8448365e81409274643ed12d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<style>
html {direction: rtl;}
h1 {
position: absolute;
left:-100px;
background: black;color:white;
}
</style>
<body class="">
<h1>any offset element</h1>
<input id="" type="range" min="1" max="100" step="10" value="50">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment