Created
September 3, 2019 08:40
-
-
Save azusa-tomita/9f14b2f625ae5bb15192bec4de26e158 to your computer and use it in GitHub Desktop.
// source https://jsbin.com/jirimet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title></title> | |
<style id="jsbin-css"> | |
* { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
} | |
div{ | |
margin:1em; | |
width:100px; | |
height:100px; | |
border:0.671875px solid black; | |
} | |
div + div{ | |
border:0.671874px solid black; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>iPhone6+でも消えない0.5pxの線の調整</h1> | |
<div>0.671875px</div> | |
<div>0.671874px</div> | |
<h2>iPhone6+</h2> | |
<img src="https://raw.githubusercontent.com/azusa-tomita/test/master/img/xareled/aIFol.jpg" alt=""> | |
<h2>iPhone6</h2> | |
<img src="https://raw.githubusercontent.com/azusa-tomita/test/master/img/xareled/qyIhO.jpg" alt=""> | |
<script id="jsbin-source-css" type="text/css">* { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
} | |
div{ | |
margin:1em; | |
width:100px; | |
height:100px; | |
border:0.671875px solid black; | |
} | |
div + div{ | |
border:0.671874px solid black; | |
}</script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
} | |
div{ | |
margin:1em; | |
width:100px; | |
height:100px; | |
border:0.671875px solid black; | |
} | |
div + div{ | |
border:0.671874px solid black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment