Last active
July 20, 2018 08:06
-
-
Save tripodsan/acf1c354e6786de2ba055a35832cebfc to your computer and use it in GitHub Desktop.
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> | |
<head> | |
<title></title> | |
<style> | |
.test { | |
border: 1px solid black; | |
resize: both; | |
overflow: auto; | |
width: 200px; | |
word-break: keep-all; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="test">首都圏​の​ニュース​危険​な​暑​さも​熱中症​に​厳重​警戒高​崎市​の​小学​校​各教室​で​終業​式東​京五​輪観戦​チケット​価格​が​決定</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment