Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <title>1px demo</title>
    <link rel="stylesheet" href="index.css">
</head>
<body>
    <h3>IOS8 0.5px</h3>
    <div class="ios8-cnt">IOS8 retina hairline</div>
     
    <h3>gradient</h3>
    <div class="gradient">linear gradient</div>
     
    <h3>transform</h3>
    <div class="transform-scale">transform scale(0.5)</div>  
    <h3>transform square</h3>
    <div class="transform-scale-square"><div class="line">transform scale(0.5) with square</div></div>
    <h3>box-shadow</h3>
    <div class="shadow">box shadow</div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
atwxppro
0viewers