Result
Download
Reset
◀︎
▶︎
<html lang="ja"> <meta charset="utf-8"> <title>Illustrator Tools Example / Flex Layout</title> <style> .ボックス{display:flex; flex-wrap:wrap; width:120px; margin:0 auto;} .ツール{width:50px; height:50px; margin:5px;} </style> <div class="ボックス"> <a href="Tools_folder/01_Selection_Tool.html"><img src="Illustrator_Tools_87_535454/01.png"alt="Selection Tool"class="ツール"></a> <a href="#"><img src="Illustrator_Tools_87_535454/02_a.png"alt="Direct Selection Tool"class="ツール"></a> <a href="#"><img src="Illustrator_Tools_87_535454/03.png"alt="Magic Wand Tool"class="ツール"></a> <a href="#"><img src="Illustrator_Tools_87_535454/04.png"alt="Lasso Tool"class="ツール"></a> </div> </html>