Skip to content

Instantly share code, notes, and snippets.

@tripodsan
Last active July 20, 2018 08:06
Show Gist options
  • Save tripodsan/acf1c354e6786de2ba055a35832cebfc to your computer and use it in GitHub Desktop.
Save tripodsan/acf1c354e6786de2ba055a35832cebfc to your computer and use it in GitHub Desktop.
<!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">首都圏&#8203;の&#8203;ニュース&#8203;危険&#8203;な&#8203;暑&#8203;さも&#8203;熱中症&#8203;に&#8203;厳重&#8203;警戒高&#8203;崎市&#8203;の&#8203;小学&#8203;校&#8203;各教室&#8203;で&#8203;終業&#8203;式東&#8203;京五&#8203;輪観戦&#8203;チケット&#8203;価格&#8203;が&#8203;決定</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment